Update src/app/page.tsx

This commit is contained in:
2026-06-09 22:40:50 +00:00
parent 742f5a3c16
commit b3e2f74889

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Team", name: "Team", id: "#team"},
id: "#team",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="FCplus Center" brandName="FCplus Center"
/> />
@@ -68,20 +54,15 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplit <HeroSplit
background={{ background={{
variant: "downward-rays-static", variant: "downward-rays-static"}}
}}
imagePosition="right" imagePosition="right"
title="Empowering Your Future Through Financial Clarity" title="Empowering Your Future Through Financial Clarity"
description="FCplus Center provides expert financial consulting and planning services to help you achieve your goals with confidence and peace of mind. Let us guide you towards financial freedom." description="FCplus Center provides expert financial consulting and planning services to help you achieve your goals with confidence and peace of mind. Let us guide you towards financial freedom."
buttons={[ buttons={[
{ {
text: "Get Started", text: "Get Started", href: "#contact"},
href: "#contact",
},
{ {
text: "Learn More", text: "Learn More", href: "#about"},
href: "#about",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-discussing-interesting-idea_1098-1198.jpg" imageSrc="http://img.b2bpic.net/free-photo/businesspeople-discussing-interesting-idea_1098-1198.jpg"
imageAlt="Modern financial office with a team collaborating" imageAlt="Modern financial office with a team collaborating"
@@ -89,50 +70,30 @@ export default function LandingPage() {
fixedMediaHeight={true} fixedMediaHeight={true}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", src: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", alt: "Happy client John Doe"},
alt: "Happy client John Doe",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-looking-straight-ahead-wearing-white-t-shirt-isolated-pink_141793-86615.jpg", src: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-looking-straight-ahead-wearing-white-t-shirt-isolated-pink_141793-86615.jpg", alt: "Satisfied client Jane Smith"},
alt: "Satisfied client Jane Smith",
},
{ {
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "Trusted client David Lee"},
alt: "Trusted client David Lee",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg", src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg", alt: "Valued client Emily White"},
alt: "Valued client Emily White",
},
{ {
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", alt: "Partner client Alex Green"},
alt: "Partner client Alex Green",
},
]} ]}
avatarText="Trusted by over 500+ clients worldwide." avatarText="Trusted by over 500+ clients worldwide."
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Strategic Financial Planning"},
text: "Strategic Financial Planning", {
type: "text-icon", text: "Wealth Growth", icon: TrendingUp,
}, },
{ {
type: "text-icon", type: "text", text: "Secure Retirement Solutions"},
text: "Wealth Growth", {
icon: TrendingUp, type: "text-icon", text: "Personalized Guidance", icon: ShieldCheck,
}, },
{ {
type: "text", type: "text", text: "Future-Proofing Your Assets"},
text: "Secure Retirement Solutions",
},
{
type: "text-icon",
text: "Personalized Guidance",
icon: ShieldCheck,
},
{
type: "text",
text: "Future-Proofing Your Assets",
},
]} ]}
/> />
</div> </div>
@@ -142,18 +103,12 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Your Trusted Partner in Financial Growth"},
content: "Your Trusted Partner in Financial Growth",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Our Approach", text: "Our Approach", href: "#services"},
href: "#services",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-writing-glass_1134-139.jpg"
imageAlt="Handshake over financial documents, symbolizing trust and partnership"
/> />
</div> </div>
@@ -164,47 +119,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Financial Planning", subtitle: "Personalized strategies for your future.", category: "Core Service", value: "Strategic"},
title: "Financial Planning",
subtitle: "Personalized strategies for your future.",
category: "Core Service",
value: "Strategic",
},
{ {
id: "f2", id: "f2", title: "Investment Management", subtitle: "Grow your wealth with expert guidance.", category: "Core Service", value: "Growth"},
title: "Investment Management",
subtitle: "Grow your wealth with expert guidance.",
category: "Core Service",
value: "Growth",
},
{ {
id: "f3", id: "f3", title: "Retirement Planning", subtitle: "Secure your golden years with confidence.", category: "Core Service", value: "Security"},
title: "Retirement Planning",
subtitle: "Secure your golden years with confidence.",
category: "Core Service",
value: "Security",
},
{ {
id: "f4", id: "f4", title: "Estate Planning", subtitle: "Protect your legacy for generations.", category: "Specialized", value: "Legacy"},
title: "Estate Planning",
subtitle: "Protect your legacy for generations.",
category: "Specialized",
value: "Legacy",
},
{ {
id: "f5", id: "f5", title: "Tax Optimization", subtitle: "Minimize liabilities, maximize returns.", category: "Specialized", value: "Efficiency"},
title: "Tax Optimization",
subtitle: "Minimize liabilities, maximize returns.",
category: "Specialized",
value: "Efficiency",
},
{ {
id: "f6", id: "f6", title: "Debt Management", subtitle: "Pathways to a debt-free future.", category: "Support", value: "Freedom"},
title: "Debt Management",
subtitle: "Pathways to a debt-free future.",
category: "Support",
value: "Freedom",
},
]} ]}
title="Our Comprehensive Financial Services" title="Our Comprehensive Financial Services"
description="FCplus Center offers a full spectrum of financial services, meticulously designed to meet your individual and business needs. From planning for major life events to daily money management, we are here to support you." description="FCplus Center offers a full spectrum of financial services, meticulously designed to meet your individual and business needs. From planning for major life events to daily money management, we are here to support you."
@@ -218,37 +143,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "15+", title: "Years of Experience", description: "Serving clients with dedication and proven expertise.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599336.jpg", imageAlt: "Clock icon"},
value: "15+",
title: "Years of Experience",
description: "Serving clients with dedication and proven expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599336.jpg",
imageAlt: "Clock icon",
},
{ {
id: "m2", id: "m2", value: "500+", title: "Satisfied Clients", description: "Building lasting relationships based on trust and results.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-showing-thumbs-up_1187-751.jpg", imageAlt: "Group of happy people icon"},
value: "500+",
title: "Satisfied Clients",
description: "Building lasting relationships based on trust and results.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-showing-thumbs-up_1187-751.jpg",
imageAlt: "Group of happy people icon",
},
{ {
id: "m3", id: "m3", value: "$100M+", title: "Assets Under Management", description: "Trusted with significant investments and financial futures.", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-machine_23-2149872250.jpg", imageAlt: "Money bag icon"},
value: "$100M+",
title: "Assets Under Management",
description: "Trusted with significant investments and financial futures.",
imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-machine_23-2149872250.jpg",
imageAlt: "Money bag icon",
},
{ {
id: "m4", id: "m4", value: "98%", title: "Client Satisfaction", description: "Our commitment to excellence drives outstanding feedback.", imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-719.jpg", imageAlt: "Star rating icon"},
value: "98%",
title: "Client Satisfaction",
description: "Our commitment to excellence drives outstanding feedback.",
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-719.jpg",
imageAlt: "Star rating icon",
},
]} ]}
title="Experience the FCplus Difference" title="Experience the FCplus Difference"
description="Our track record speaks for itself. We are proud of the tangible results and the strong relationships we've built with our clients over the years." description="Our track record speaks for itself. We are proud of the tangible results and the strong relationships we've built with our clients over the years."
@@ -263,26 +164,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
members={[ members={[
{ {
id: "t1", id: "t1", name: "Sarah Johnson", role: "Lead Financial Advisor", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Portrait of Sarah Johnson"},
name: "Sarah Johnson",
role: "Lead Financial Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
imageAlt: "Portrait of Sarah Johnson",
},
{ {
id: "t2", id: "t2", name: "Michael Chen", role: "Investment Strategist", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-businesswoman-relaxing-cafe-after-work-thinking-something-while-reading-newspaper_637285-256.jpg", imageAlt: "Portrait of Michael Chen"},
name: "Michael Chen",
role: "Investment Strategist",
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-businesswoman-relaxing-cafe-after-work-thinking-something-while-reading-newspaper_637285-256.jpg",
imageAlt: "Portrait of Michael Chen",
},
{ {
id: "t3", id: "t3", name: "Emily Rodriguez", role: "Wealth Management Expert", imageSrc: "http://img.b2bpic.net/free-photo/stylish-corporate-woman-young-lady-boss-suit-looking-confident-happy-posing-outdoors-stree_1258-119447.jpg", imageAlt: "Portrait of Emily Rodriguez"},
name: "Emily Rodriguez",
role: "Wealth Management Expert",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-corporate-woman-young-lady-boss-suit-looking-confident-happy-posing-outdoors-stree_1258-119447.jpg",
imageAlt: "Portrait of Emily Rodriguez",
},
]} ]}
title="Meet Our Expert Financial Advisors" title="Meet Our Expert Financial Advisors"
description="Our dedicated team combines extensive knowledge with a personalized approach, ensuring you receive the best guidance for your financial journey. We are here to empower your decisions." description="Our dedicated team combines extensive knowledge with a personalized approach, ensuring you receive the best guidance for your financial journey. We are here to empower your decisions."
@@ -297,29 +183,17 @@ export default function LandingPage() {
author="Mark D." author="Mark D."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiling-woman-standing-supermarket_107420-96366.jpg", src: "http://img.b2bpic.net/free-photo/smiling-woman-standing-supermarket_107420-96366.jpg", alt: "Avatar of Client 1"},
alt: "Avatar of Client 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", alt: "Avatar of Client 2"},
alt: "Avatar of Client 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Avatar of Client 3"},
alt: "Avatar of Client 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg", src: "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg", alt: "Avatar of Client 4"},
alt: "Avatar of Client 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", alt: "Avatar of Client 5"},
alt: "Avatar of Client 5",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-black-jacket_613910-2534.jpg", alt: "Avatar of Client 6"},
alt: "Avatar of Client 6",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -332,25 +206,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What services does FCplus Center offer?", content: "FCplus Center provides comprehensive financial planning, investment management, retirement planning, estate planning, tax optimization, and debt management services tailored to your unique needs."},
title: "What services does FCplus Center offer?",
content: "FCplus Center provides comprehensive financial planning, investment management, retirement planning, estate planning, tax optimization, and debt management services tailored to your unique needs.",
},
{ {
id: "q2", id: "q2", title: "How do I get started with FCplus Center?", content: "Getting started is easy! Simply contact us to schedule a free initial consultation. We'll discuss your financial goals and how we can help you achieve them."},
title: "How do I get started with FCplus Center?",
content: "Getting started is easy! Simply contact us to schedule a free initial consultation. We'll discuss your financial goals and how we can help you achieve them.",
},
{ {
id: "q3", id: "q3", title: "Is my financial information secure with FCplus Center?", content: "Absolutely. We utilize industry-leading security protocols and confidentiality measures to ensure that all your personal and financial information is protected with the highest level of care."},
title: "Is my financial information secure with FCplus Center?",
content: "Absolutely. We utilize industry-leading security protocols and confidentiality measures to ensure that all your personal and financial information is protected with the highest level of care.",
},
{ {
id: "q4", id: "q4", title: "Do you offer services for businesses as well as individuals?", content: "Yes, our expertise extends to both individual and business clients. We can assist with corporate financial strategy, employee retirement plans, and business succession planning."},
title: "Do you offer services for businesses as well as individuals?",
content: "Yes, our expertise extends to both individual and business clients. We can assist with corporate financial strategy, employee retirement plans, and business succession planning.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to the most common questions about our services, processes, and how we can help you achieve financial success." description="Find quick answers to the most common questions about our services, processes, and how we can help you achieve financial success."
@@ -365,22 +227,14 @@ export default function LandingPage() {
description="Reach out to us today for a personalized consultation. Our team is ready to answer your questions and help you take the first step towards financial freedom and clarity." description="Reach out to us today for a personalized consultation. Our team is ready to answer your questions and help you take the first step towards financial freedom and clarity."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Your Message", rows: 4,
placeholder: "Your Message",
rows: 4,
required: false, required: false,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-city-buildings_23-2149071418.jpg" imageSrc="http://img.b2bpic.net/free-photo/beautiful-view-city-buildings_23-2149071418.jpg"
@@ -397,66 +251,39 @@ export default function LandingPage() {
logoText="FCplus Center" logoText="FCplus Center"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#home"},
href: "#home",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Team", label: "Team", href: "#team"},
href: "#team",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "info@fcplus.com", label: "info@fcplus.com", href: "mailto:info@fcplus.com"},
href: "mailto:info@fcplus.com",
},
{ {
label: "+1 (555) 123-4567", label: "+1 (555) 123-4567", href: "tel:+15551234567"},
href: "tel:+15551234567",
},
{ {
label: "123 Financial Ave, Suite 400", label: "123 Financial Ave, Suite 400", href: "#"},
href: "#",
},
{ {
label: "City, State, 12345", label: "City, State, 12345", href: "#"},
href: "#",
},
], ],
}, },
]} ]}