Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
143
src/app/page.tsx
143
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"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Manifesto",
|
||||
id: "#manifesto",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Start a Conversation",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Manifesto", id: "#manifesto" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Llegacy Advisory"
|
||||
/>
|
||||
@@ -42,62 +40,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Trust Built Through Candid Conversation"
|
||||
description="We're a family business first. In a complicated world, we help you stay the course through regular reviews and real talk—no jargon, just clarity."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg",
|
||||
alt: "Craftsmanship detail",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg",
|
||||
alt: "Craftsmanship detail",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg",
|
||||
alt: "Craftsmanship detail",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg",
|
||||
alt: "Craftsmanship detail",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg",
|
||||
alt: "Craftsmanship detail",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", alt: "Craftsmanship detail" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", alt: "Craftsmanship detail" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", alt: "Craftsmanship detail" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", alt: "Craftsmanship detail" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-44716.jpg", alt: "Craftsmanship detail" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start a Conversation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start a Conversation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Independent Advice",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Generational Focus",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Transparent Fees",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Strategy",
|
||||
icon: Target,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fiduciary Standards",
|
||||
},
|
||||
{ type: "text", text: "Independent Advice" },
|
||||
{ type: "text-icon", text: "Generational Focus", icon: Users },
|
||||
{ type: "text", text: "Transparent Fees" },
|
||||
{ type: "text-icon", text: "Custom Strategy", icon: Target },
|
||||
{ type: "text", text: "Fiduciary Standards" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,9 +71,7 @@ export default function LandingPage() {
|
||||
title="A Legacy of Intention"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read Our Values",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read Our Values", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Start a Conversation"
|
||||
description="Drop us a note if you are ready for clarity."
|
||||
@@ -195,25 +132,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Legacy",
|
||||
items: [
|
||||
title: "Legacy", items: [
|
||||
{
|
||||
label: "Manifesto",
|
||||
href: "#manifesto",
|
||||
},
|
||||
label: "Manifesto", href: "#manifesto"},
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Philosophy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:hello@example.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:hello@example.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user