Merge version_2 into main #3
@@ -90,6 +90,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "p1", value: "01", title: "Consultation", description: "Assessing your family's unique situation.", icon: Users },
|
||||
{ id: "p2", value: "02", title: "Assessment", description: "Defining care and logistical needs.", icon: BrainCircuit },
|
||||
@@ -107,6 +108,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "t1", value: "20+", title: "Years Experience", description: "Dedicated professional support.", icon: ShieldCheck },
|
||||
{ id: "t2", value: "500+", title: "Families Helped", description: "Consistent success in transitions.", icon: Users },
|
||||
@@ -118,18 +120,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="lead-magnet" data-section="lead-magnet">
|
||||
<ContactText
|
||||
title="Download Our Free Guide"
|
||||
animationType="entrance-slide"
|
||||
text="Get our exclusive '7 Signs Your Loved One is Ready for a Transition' guide to help you recognize the right time for next steps."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
title="Final CTA"
|
||||
animationType="entrance-slide"
|
||||
text="We're ready to provide the structure and support your family needs during this transition."
|
||||
buttons={[{ text: "Schedule Your Free Consultation", href: "mailto:hello@palantests.com" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user