Update src/app/page.tsx

This commit is contained in:
2026-06-09 22:47:31 +00:00
parent e47bb2a178
commit a43593e4fb

View File

@@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { ShieldCheck, TrendingUp } from "lucide-react";
import { Scissors, ShieldCheck, Shirt, TrendingUp } from "lucide-react";
export default function LandingPage() {
return (
@@ -56,23 +56,23 @@ export default function LandingPage() {
background={{
variant: "downward-rays-static"}}
imagePosition="right"
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."
title="Elevate Your Style: Discover Exquisite Man Suit Wear at FCplus Center"
description="FCplus Center is your premier destination for exceptional man suit wear, offering tailored fits, premium fabrics, and personalized styling to define your distinguished look."
buttons={[
{
text: "Get Started", href: "#contact"},
text: "Explore Suits", href: "#services"},
{
text: "Learn More", href: "#about"},
text: "Book a Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-discussing-interesting-idea_1098-1198.jpg"
imageAlt="Modern financial office with a team collaborating"
imageSrc="http://img.b2bpic.net/free-photo/stylish-man-in-blue-suit_1303-10022.jpg"
imageAlt="Stylish man in a blue suit"
mediaAnimation="slide-up"
fixedMediaHeight={true}
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", alt: "Happy client John Doe"},
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: "Satisfied 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", alt: "Satisfied client Jane Smith"},
src: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-looking-straight-ahead-wearing-white-t-shirt-isolated-pink_141793-86615.jpg", alt: "Happy 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", alt: "Trusted client David Lee"},
{
@@ -80,20 +80,20 @@ export default function LandingPage() {
{
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", alt: "Partner client Alex Green"},
]}
avatarText="Trusted by over 500+ clients worldwide."
avatarText="Trusted by thousands of gentlemen worldwide."
marqueeItems={[
{
type: "text", text: "Strategic Financial Planning"},
type: "text", text: "Custom Tailoring Excellence"},
{
type: "text-icon", text: "Wealth Growth", icon: TrendingUp,
type: "text-icon", text: "Ready-to-Wear Collections", icon: Shirt,
},
{
type: "text", text: "Secure Retirement Solutions"},
type: "text", text: "Personalized Styling Advice"},
{
type: "text-icon", text: "Personalized Guidance", icon: ShieldCheck,
type: "text-icon", text: "Premium Fabric Selection", icon: Scissors,
},
{
type: "text", text: "Future-Proofing Your Assets"},
type: "text", text: "Impeccable Fit & Alterations"},
]}
/>
</div>
@@ -103,11 +103,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text", content: "Your Trusted Partner in Financial Growth"},
type: "text", content: "Crafting Your Perfect Look with Precision and Passion"},
]}
buttons={[
{
text: "Our Approach", href: "#services"},
text: "Our Craft", href: "#services"},
]}
/>
</div>
@@ -119,20 +119,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1", title: "Financial Planning", subtitle: "Personalized strategies for your future.", category: "Core Service", value: "Strategic"},
id: "f1", title: "Custom Tailoring", subtitle: "Perfect fit, unique style for every occasion.", category: "Bespoke", value: "Precision"},
{
id: "f2", title: "Investment Management", subtitle: "Grow your wealth with expert guidance.", category: "Core Service", value: "Growth"},
id: "f2", title: "Ready-to-Wear", subtitle: "Curated collections for immediate elegance.", category: "Collections", value: "Versatility"},
{
id: "f3", title: "Retirement Planning", subtitle: "Secure your golden years with confidence.", category: "Core Service", value: "Security"},
id: "f3", title: "Style Consultation", subtitle: "Expert advice to refine your wardrobe and image.", category: "Guidance", value: "Elegance"},
{
id: "f4", title: "Estate Planning", subtitle: "Protect your legacy for generations.", category: "Specialized", value: "Legacy"},
id: "f4", title: "Fabric Selection", subtitle: "Finest materials for lasting comfort and luxury.", category: "Luxury", value: "Quality"},
{
id: "f5", title: "Tax Optimization", subtitle: "Minimize liabilities, maximize returns.", category: "Specialized", value: "Efficiency"},
id: "f5", title: "Alterations & Fitting", subtitle: "Ensuring impeccable comfort and a perfect silhouette.", category: "Fit", value: "Perfection"},
{
id: "f6", title: "Debt Management", subtitle: "Pathways to a debt-free future.", category: "Support", value: "Freedom"},
id: "f6", title: "Accessories", subtitle: "Complete your ensemble with sophisticated details.", category: "Details", value: "Refinement"},
]}
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."
title="Our Comprehensive Man Suit Wear Services"
description="FCplus Center offers a full range of services designed to provide you with the perfect suit, from bespoke tailoring to ready-to-wear collections and expert styling advice."
/>
</div>
@@ -143,16 +143,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
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"},
id: "m1", value: "15+", title: "Years of Craftsmanship", description: "Serving gentlemen with dedication and proven expertise in tailoring.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599336.jpg", imageAlt: "Clock icon"},
{
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"},
id: "m2", value: "500+", title: "Satisfied Gentlemen", description: "Building lasting relationships based on trust and style.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-showing-thumbs-up_1187-751.jpg", imageAlt: "Group of happy people icon"},
{
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"},
id: "m3", value: "10000+", title: "Suits Tailored & Sold", description: "Crafting exceptional suits for every gentleman's wardrobe.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-hangers-with-different-suits-store_181624-12297.jpg", imageAlt: "Suits on hangers"},
{
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"},
id: "m4", value: "98%", title: "Client Satisfaction", description: "Our commitment to excellence ensures outstanding feedback and repeat business.", 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"
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."
title="The FCplus Center Difference in Menswear"
description="Our dedication to quality and customer satisfaction sets us apart. We take pride in helping you look your best for any occasion."
/>
</div>
@@ -164,21 +164,21 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
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"},
id: "t1", name: "David Lee", role: "Master Tailor", imageSrc: "http://img.b2bpic.net/free-photo/tailor-measuring-man_53876-130419.jpg", imageAlt: "Portrait of David Lee, Master Tailor"},
{
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"},
id: "t2", name: "Sophia Martinez", role: "Head Style Consultant", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-looking-clothes_23-2147775577.jpg", imageAlt: "Portrait of Sophia Martinez, Head Style Consultant"},
{
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"},
id: "t3", name: "Ethan Brown", role: "Bespoke Suit Specialist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-elegant-young-man-with-braces-posing_158595-5026.jpg", imageAlt: "Portrait of Ethan Brown, Bespoke Suit Specialist"},
]}
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."
title="Meet Our Expert Tailors & Style Consultants"
description="Our passionate team brings years of expertise in men's fashion and tailoring to ensure your experience at FCplus Center is unparalleled."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="FCplus Center transformed my financial outlook. Their clear strategies and consistent support helped me achieve goals I thought were out of reach. Truly a partner you can trust!"
testimonial="FCplus Center helped me find the perfect suit for my wedding. The quality and fit were impeccable, and I received so many compliments. Truly a partner for defining your style!"
rating={5}
author="Mark D."
avatars={[
@@ -206,16 +206,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
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."},
id: "q1", title: "What types of suits does FCplus Center offer?", content: "We offer a wide range of suits, including bespoke custom suits, ready-to-wear collections, and formal wear for various occasions. Our selection includes classic business suits, tuxedos, and casual blazers."},
{
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."},
id: "q2", title: "How does your custom tailoring process work?", content: "Our custom tailoring begins with a detailed consultation to discuss your style preferences and measurements. Our master tailors then craft a suit that fits you perfectly, with fittings along the way to ensure every detail is precise."},
{
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."},
id: "q3", title: "Do you provide styling advice and accessories?", content: "Yes, our experienced style consultants are available to help you choose the ideal suit, shirt, tie, and accessories to complete your look. We offer personalized recommendations to match your style and occasion."},
{
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."},
id: "q4", title: "What is your return or exchange policy?", content: "Ready-to-wear items can be returned or exchanged within 30 days with a receipt and original tags. Custom-tailored suits are made specifically for you and are non-refundable, but we offer complimentary alterations to ensure your complete satisfaction."},
]}
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."
title="Common Questions About Our Menswear & Services"
description="Find answers to frequently asked questions about our suit collections, tailoring process, styling services, and more."
faqsAnimation="slide-up"
/>
</div>
@@ -223,8 +223,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Let's Build Your Financial Future"
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. Find us at 123 Wealthy Street, Suite 500, Metropolis, CA 90210."
title="Define Your Style: Visit FCplus Center Today"
description="Step into FCplus Center for an unparalleled suit shopping experience. Our consultants are ready to help you discover the perfect attire. Visit us at 456 Gentleman's Way, Suite 101, Fashion District, NY 10018."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -237,8 +237,8 @@ export default function LandingPage() {
name: "message", placeholder: "Your Message", rows: 4,
required: false,
}}
imageSrc="https://images.unsplash.com/photo-1587570417937-25e16541f4d9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTB8fGdvb2dsZSUyMG1hcHN8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60"
imageAlt="Location map of FCplus Center office"
imageSrc="http://img.b2bpic.net/free-photo/man-fitting-suit-store_107420-101416.jpg"
imageAlt="Man fitting a suit in a store"
mediaPosition="left"
buttonText="Send Message"
/>
@@ -246,8 +246,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/blur-pattaya-city_1203-2862.jpg"
imageAlt="Abstract financial graphic background"
imageSrc="http://img.b2bpic.net/free-photo/blue-suit-hangers-dark-background_107420-101413.jpg"
imageAlt="Blue suits on hangers in a dark setting"
logoText="FCplus Center"
columns={[
{
@@ -281,9 +281,9 @@ export default function LandingPage() {
{
label: "+1 (555) 123-4567", href: "tel:+15551234567"},
{
label: "123 Wealthy Street, Suite 500", href: "#"},
label: "456 Gentleman's Way", href: "#"},
{
label: "Metropolis, CA 90210", href: "#"},
label: "Fashion District, NY 10018", href: "#"},
],
},
]}