|
|
@ -125,25 +125,19 @@ export default function IntroClient() { |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<> |
|
|
<> |
|
|
<div |
|
|
|
|
|
style={{ |
|
|
|
|
|
paddingTop: "max(12px, var(--safe-top))", |
|
|
|
|
|
}} |
|
|
|
|
|
className="sticky top-0 z-30 -mx-[17px] px-[17px] bg-[#F5F5F5]/90 backdrop-blur-md" |
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
<div className="pt-[max(12px,calc(var(--safe-top)+4px))]"> |
|
|
<PageHeader profile={profile} /> |
|
|
<PageHeader profile={profile} /> |
|
|
</div> |
|
|
|
|
|
<main className="pb-[calc(90px+var(--safe-bottom))]"> |
|
|
|
|
|
<div className="flex flex-col items-center mt-16"> |
|
|
|
|
|
<Image |
|
|
|
|
|
src={"/assets/images/Group 1597880466.svg"} |
|
|
|
|
|
alt={t["heavenly marriage"]} |
|
|
|
|
|
width={168} |
|
|
|
|
|
height={155} |
|
|
|
|
|
priority |
|
|
|
|
|
loading="eager" |
|
|
|
|
|
/> |
|
|
|
|
|
<h2 className="group-16 text-[#475569] font-bold mt-5 text-center"> |
|
|
|
|
|
|
|
|
<main className="pb-[calc(90px+var(--safe-bottom))]"> |
|
|
|
|
|
<div className="flex flex-col items-center mt-16"> |
|
|
|
|
|
<Image |
|
|
|
|
|
src={"/assets/images/Group 1597880466.svg"} |
|
|
|
|
|
alt={t["heavenly marriage"]} |
|
|
|
|
|
width={168} |
|
|
|
|
|
height={155} |
|
|
|
|
|
priority |
|
|
|
|
|
loading="eager" |
|
|
|
|
|
/> |
|
|
|
|
|
<h2 className="group-16 text-[#475569] font-bold mt-5 text-center"> |
|
|
{t["A Path to Heavenly Marriage"]} |
|
|
{t["A Path to Heavenly Marriage"]} |
|
|
</h2> |
|
|
</h2> |
|
|
<p className="text-center mt-2 group-12 text-[#4D4D4D]"> |
|
|
<p className="text-center mt-2 group-12 text-[#4D4D4D]"> |
|
|
@ -219,6 +213,7 @@ export default function IntroClient() { |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</main> |
|
|
</main> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<SectionOverlayHost |
|
|
<SectionOverlayHost |
|
|
open={isStepsOpen} |
|
|
open={isStepsOpen} |
|
|
|