Merge version_1 into main #2
178
src/app/page.tsx
178
src/app/page.tsx
@@ -17,31 +17,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-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">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Philosophy",
|
||||
id: "about",
|
||||
},
|
||||
name: "Philosophy", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Stewardship Financial"
|
||||
/>
|
||||
@@ -50,35 +47,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Financial Stewardship with Faith and Integrity"
|
||||
description="Licensed financial guidance rooted in biblical values, helping you understand how money works so you can live, give, and grow with confidence."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148827004.jpg?_wi=1",
|
||||
imageAlt: "Financial guidance session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148827004.jpg", imageAlt: "professional financial advisor meeting warm"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-graph_23-2147626372.jpg?_wi=1",
|
||||
imageAlt: "Education on financial literacy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-graph_23-2147626372.jpg", imageAlt: "financial literacy education whiteboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-partners-standing-near-office-buildings-shaking-hands-meeting-talking-city-contract-discussion-partnership-concept_74855-6896.jpg?_wi=1",
|
||||
imageAlt: "Professional financial consultation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148827004.jpg?_wi=2",
|
||||
imageAlt: "Financial planning desk",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-graph_23-2147626372.jpg?_wi=2",
|
||||
imageAlt: "Stewardship seminar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-partners-standing-near-office-buildings-shaking-hands-meeting-talking-city-contract-discussion-partnership-concept_74855-6896.jpg?_wi=2",
|
||||
imageAlt: "Building trust and financial legacy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-business-partners-standing-near-office-buildings-shaking-hands-meeting-talking-city-contract-discussion-partnership-concept_74855-6896.jpg", imageAlt: "handshake professional trust financial service"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -91,20 +69,14 @@ export default function LandingPage() {
|
||||
description="I believe that financial planning is more than just numbers; it is an act of stewardship. By combining licensed professional expertise with Christian faith-based values, I help individuals create a roadmap that reflects their purpose and provides lasting security for their families."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Families Served",
|
||||
},
|
||||
value: "500+", title: "Families Served"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Commitment",
|
||||
},
|
||||
value: "100%", title: "Commitment"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg"
|
||||
imageAlt="Financial Professional Portrait"
|
||||
imageAlt="professional financial advisor portrait warm"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -117,34 +89,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Growth",
|
||||
title: "Strategic Investment",
|
||||
items: [
|
||||
"Portfolio rebalancing",
|
||||
"Retirement mapping",
|
||||
"Long-term legacy creation",
|
||||
],
|
||||
id: "f1", label: "Growth", title: "Strategic Investment", items: [
|
||||
"Portfolio rebalancing", "Retirement mapping", "Long-term legacy creation"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Stability",
|
||||
title: "Risk Management",
|
||||
items: [
|
||||
"Life insurance planning",
|
||||
"Emergency fund strategy",
|
||||
"Asset protection plans",
|
||||
],
|
||||
id: "f2", label: "Stability", title: "Risk Management", items: [
|
||||
"Life insurance planning", "Emergency fund strategy", "Asset protection plans"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Stewardship",
|
||||
title: "Debt Reduction",
|
||||
items: [
|
||||
"Faith-based budgeting",
|
||||
"High-interest debt elimination",
|
||||
"Cash flow optimization",
|
||||
],
|
||||
id: "f3", label: "Stewardship", title: "Debt Reduction", items: [
|
||||
"Faith-based budgeting", "High-interest debt elimination", "Cash flow optimization"],
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Financial Solutions"
|
||||
@@ -154,44 +108,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Educator",
|
||||
testimonial: "I finally understand how money works, and I feel so much more at peace with our financial decisions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Educator", testimonial: "I finally understand how money works, and I feel so much more at peace with our financial decisions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
role: "Business Owner",
|
||||
testimonial: "The faith-based approach really resonates with our values. Truly transformative guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-couple-hugging-together-kitchen_53876-25297.jpg",
|
||||
},
|
||||
id: "2", name: "Michael K.", role: "Business Owner", testimonial: "The faith-based approach really resonates with our values. Truly transformative guidance.", imageSrc: "http://img.b2bpic.net/free-photo/african-couple-hugging-together-kitchen_53876-25297.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Graphic Designer",
|
||||
testimonial: "I appreciate the transparency and patience in explaining complex concepts. Exceptional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Accountant",
|
||||
testimonial: "A refreshing take on financial management that prioritizes family and long-term values.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1302.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa T.",
|
||||
role: "Parent",
|
||||
testimonial: "I feel empowered and hopeful about our family's future financial landscape now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1302.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Graphic Designer", testimonial: "I appreciate the transparency and patience in explaining complex concepts. Exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg"},
|
||||
]}
|
||||
title="Voices of Stewardship"
|
||||
description="Hear from families who found clarity and peace of mind."
|
||||
@@ -204,20 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does faith impact your advice?",
|
||||
content: "My faith informs my approach to integrity, honesty, and stewardship, ensuring your best interest is always the priority.",
|
||||
},
|
||||
id: "q1", title: "How does faith impact your advice?", content: "My faith informs my approach to integrity, honesty, and stewardship, ensuring your best interest is always the priority."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you a licensed professional?",
|
||||
content: "Yes, I hold all necessary professional licenses to provide regulated financial and investment advice.",
|
||||
},
|
||||
id: "q2", title: "Are you a licensed professional?", content: "Yes, I hold all necessary professional licenses to provide regulated financial and investment advice."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can you help me reduce debt?",
|
||||
content: "Absolutely. Debt reduction is a cornerstone of responsible financial stewardship, and we create custom plans to get you debt-free faster.",
|
||||
},
|
||||
id: "q3", title: "Can you help me reduce debt?", content: "Absolutely. Debt reduction is a cornerstone of responsible financial stewardship, and we create custom plans to get you debt-free faster."},
|
||||
]}
|
||||
title="Common Financial Questions"
|
||||
description="Answers to the most frequently asked questions about our services."
|
||||
@@ -229,8 +146,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to steward your future?"
|
||||
description="Let’s start a conversation about aligning your financial goals with your values."
|
||||
@@ -241,33 +157,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Philosophy", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user