diff --git a/src/app/page.tsx b/src/app/page.tsx index f5a9cb4..2244a35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,23 +17,21 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -120,25 +81,14 @@ export default function LandingPage() { textboxLayout="split" gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} + animationType="slide-up" features={[ { - id: "s1", - title: "Strategic Advisory", - description: "Long-term planning rooted in clarity and personal relationship.", - imageSrc: "http://img.b2bpic.net/free-photo/airplane-museum-with-glass-ceiling_250224-90.jpg", - }, + id: "s1", title: "Strategic Advisory", description: "Long-term planning rooted in clarity and personal relationship.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-museum-with-glass-ceiling_250224-90.jpg"}, { - id: "s2", - title: "Legacy Protection", - description: "Preserving what matters through intentional guidance.", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-rich-woman_52683-97510.jpg", - }, + id: "s2", title: "Legacy Protection", description: "Preserving what matters through intentional guidance.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-rich-woman_52683-97510.jpg"}, { - id: "s3", - title: "Transparent Management", - description: "Regular, candid updates without the corporate jargon.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors_171337-19399.jpg", - }, + id: "s3", title: "Transparent Management", description: "Regular, candid updates without the corporate jargon.", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-outdoors_171337-19399.jpg"}, ]} title="Curated Partnership" description="Transparent services for families who value legacy." @@ -153,25 +103,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "45", - title: "Years of Trust", - description: "Family-led guidance since 1978.", - icon: Award, + id: "m1", value: "45", title: "Years of Trust", description: "Family-led guidance since 1978.", icon: Award, }, { - id: "m2", - value: "120+", - title: "Families Served", - description: "Individualized, deep-rooted partnerships.", - icon: Users, + id: "m2", value: "120+", title: "Families Served", description: "Individualized, deep-rooted partnerships.", icon: Users, }, { - id: "m3", - value: "98%", - title: "Retention Rate", - description: "Because we focus on longevity, not transactions.", - icon: Shield, + id: "m3", value: "98%", title: "Retention Rate", description: "Because we focus on longevity, not transactions.", icon: Shield, }, ]} title="By The Numbers" @@ -183,8 +121,7 @@ export default function LandingPage() {