338 lines
14 KiB
TypeScript
338 lines
14 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
|
import AboutMetric from "@/components/sections/about/AboutMetric";
|
|
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
|
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
|
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
|
import FooterBase from "@/components/sections/footer/FooterBase";
|
|
import Link from "next/link";
|
|
import { Briefcase, TrendingUp, Users, Target, Award, Lightbulb, Zap, Star, HelpCircle, Phone } from "lucide-react";
|
|
|
|
export default function HomePage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="text-shift"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="medium"
|
|
sizing="largeSmallSizeLargeTitles"
|
|
background="aurora"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="gradient"
|
|
secondaryButtonStyle="layered"
|
|
headingFontWeight="medium"
|
|
>
|
|
{/* Navbar */}
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
brandName="Finance Club Consulting"
|
|
navItems={[
|
|
{ name: "Home", id: "/" },
|
|
{ name: "Services", id: "/services" },
|
|
{ name: "About", id: "/about" },
|
|
{ name: "Team", id: "/team" },
|
|
]}
|
|
button={{
|
|
text: "Get Consultation",
|
|
href: "/contact",
|
|
}}
|
|
animateOnLoad={true}
|
|
/>
|
|
</div>
|
|
|
|
{/* Hero Section */}
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplit
|
|
title="Expert Financial Guidance for Your Business Growth"
|
|
description="At Finance Club Consulting, we empower businesses with strategic financial advice, investment strategies, and comprehensive business planning to achieve sustainable growth and market leadership."
|
|
tag="Professional Consulting"
|
|
tagIcon={Briefcase}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "plain" }}
|
|
buttons={[
|
|
{ text: "Schedule Consultation", href: "/contact" },
|
|
{ text: "Learn More", href: "/about" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg?_wi=1"
|
|
imageAlt="Professional consulting team meeting"
|
|
imagePosition="right"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
{/* About Section */}
|
|
<div id="about" data-section="about">
|
|
<AboutMetric
|
|
title="Driving Financial Excellence Through Strategic Expertise and Trusted Advisory Services"
|
|
metrics={[
|
|
{ icon: TrendingUp, label: "Years of Experience", value: "20+" },
|
|
{ icon: Users, label: "Satisfied Clients", value: "500+" },
|
|
{ icon: Target, label: "Portfolio Managed", value: "$2B+" },
|
|
{ icon: Award, label: "Industry Recognition", value: "15+" },
|
|
]}
|
|
metricsAnimation="slide-up"
|
|
useInvertedBackground={false}
|
|
ariaLabel="Finance Club Consulting achievements and metrics"
|
|
/>
|
|
</div>
|
|
|
|
{/* Services Section */}
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwelve
|
|
title="Comprehensive Financial Services"
|
|
description="We offer a complete suite of consulting services tailored to your business needs, from strategic planning to investment management and risk mitigation."
|
|
tag="Services"
|
|
tagIcon={Lightbulb}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
animationType="opacity"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "strategic-planning",
|
|
label: "Strategic Planning",
|
|
title: "Long-term financial roadmaps",
|
|
items: [
|
|
"Business growth strategies",
|
|
"Market analysis and positioning",
|
|
"Competitive advantage development",
|
|
"5-year financial projections",
|
|
],
|
|
buttons: [{ text: "Learn More", href: "#" }],
|
|
},
|
|
{
|
|
id: "investment-management",
|
|
label: "Investment Mgmt",
|
|
title: "Portfolio optimization and growth",
|
|
items: [
|
|
"Asset allocation strategies",
|
|
"Risk assessment and mitigation",
|
|
"Diversification planning",
|
|
"Performance tracking",
|
|
],
|
|
buttons: [{ text: "Explore", href: "#" }],
|
|
},
|
|
{
|
|
id: "tax-planning",
|
|
label: "Tax Planning",
|
|
title: "Maximize efficiency and compliance",
|
|
items: [
|
|
"Tax optimization strategies",
|
|
"Regulatory compliance",
|
|
"Deduction maximization",
|
|
"Estate planning services",
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
{/* Metrics/Impact Section */}
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardSeven
|
|
title="Impact & Results"
|
|
description="Our track record speaks to the value we deliver to our clients across diverse industries and market conditions."
|
|
tag="Track Record"
|
|
tagIcon={Zap}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
useInvertedBackground={false}
|
|
metrics={[
|
|
{
|
|
id: "client-roi",
|
|
value: "350%",
|
|
title: "Average Client ROI",
|
|
items: ["Over 5-year period", "Industry benchmark exceeded"],
|
|
},
|
|
{
|
|
id: "success-rate",
|
|
value: "98%",
|
|
title: "Project Success Rate",
|
|
items: ["On-time delivery", "Client satisfaction guaranteed"],
|
|
},
|
|
{
|
|
id: "retention",
|
|
value: "95%",
|
|
title: "Client Retention Rate",
|
|
items: ["Long-term partnerships", "Trusted advisor relationships"],
|
|
},
|
|
{
|
|
id: "growth",
|
|
value: "40%",
|
|
title: "YoY Business Growth",
|
|
items: ["Consistent expansion", "Market leadership"],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
{/* Testimonials Section */}
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSix
|
|
title="What Our Clients Say"
|
|
description="Hear from business leaders who have transformed their finances with Finance Club Consulting."
|
|
tag="Client Success"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
animationType="slide-up"
|
|
useInvertedBackground={false}
|
|
speed={40}
|
|
topMarqueeDirection="left"
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Michael Torres",
|
|
handle: "@m.torres",
|
|
testimonial:
|
|
"Finance Club Consulting transformed our financial strategy and increased our profitability by 45%. Their team's expertise is unmatched in the industry.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
|
imageAlt: "business man professional portrait headshot executive",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Jennifer Wilson",
|
|
handle: "@jen.wilson",
|
|
testimonial:
|
|
"Outstanding service and strategic insights. They helped us optimize our portfolio and reduce risks significantly. Highly recommended!",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
|
imageAlt: "business woman professional portrait headshot executive",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "David Kumar",
|
|
handle: "@d.kumar",
|
|
testimonial:
|
|
"The team's dedication to our success is exceptional. We achieved our 5-year growth targets in just 3 years with their guidance.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-smiling_1098-63.jpg?_wi=1",
|
|
imageAlt: "professional man business portrait headshot asian",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Patricia Smith",
|
|
handle: "@p.smith",
|
|
testimonial:
|
|
"Professional, responsive, and results-driven. Finance Club Consulting became our trusted partner for all financial decisions.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1",
|
|
imageAlt: "business woman professional portrait headshot smiling",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Christopher Lee",
|
|
handle: "@c.lee",
|
|
testimonial:
|
|
"Their tax planning strategies saved us over $2M annually. Exceptional value and invaluable partnership.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
|
imageAlt: "professional man business portrait headshot confident",
|
|
},
|
|
{
|
|
id: "6",
|
|
name: "Amanda Foster",
|
|
handle: "@a.foster",
|
|
testimonial:
|
|
"From strategy to implementation, Finance Club Consulting delivered outstanding results. Their team truly cares about client success.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
|
imageAlt: "business woman professional portrait headshot executive",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
{/* FAQ Section */}
|
|
<div id="faq" data-section="faq">
|
|
<FaqDouble
|
|
title="Frequently Asked Questions"
|
|
description="Get answers to common questions about our services, processes, and how we can help your business."
|
|
tag="Help Center"
|
|
tagIcon={HelpCircle}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
faqsAnimation="slide-up"
|
|
useInvertedBackground={false}
|
|
animationType="smooth"
|
|
faqs={[
|
|
{
|
|
id: "1",
|
|
title: "What services does Finance Club Consulting offer?",
|
|
content:
|
|
"We provide comprehensive financial consulting services including strategic planning, investment management, tax planning, risk assessment, and business growth strategies. Our services are customized to meet the unique needs of each client.",
|
|
},
|
|
{
|
|
id: "2",
|
|
title: "How long does it take to see results?",
|
|
content:
|
|
"While timelines vary by service, most clients begin seeing measurable improvements within 3-6 months. Strategic planning initiatives typically show results within 12 months, with continued growth thereafter.",
|
|
},
|
|
{
|
|
id: "3",
|
|
title: "What is your typical engagement process?",
|
|
content:
|
|
"Our process begins with a comprehensive consultation to understand your goals. We then develop a customized strategy, implement recommendations, and provide ongoing monitoring and adjustments to ensure success.",
|
|
},
|
|
{
|
|
id: "4",
|
|
title: "Do you work with businesses of all sizes?",
|
|
content:
|
|
"Yes, we serve startups, small businesses, mid-market companies, and enterprise organizations. Our services are scalable and customized to fit your company size and complexity.",
|
|
},
|
|
{
|
|
id: "5",
|
|
title: "How much do your services cost?",
|
|
content:
|
|
"Pricing is customized based on the scope of services, complexity of your situation, and engagement duration. We offer transparent pricing and flexible engagement models to suit various budgets.",
|
|
},
|
|
{
|
|
id: "6",
|
|
title: "How can I schedule a consultation?",
|
|
content:
|
|
"You can schedule a free initial consultation through our website, by calling us, or via email. We typically respond within 24 hours and will arrange a time convenient for you.",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
{/* Footer */}
|
|
<div id="footer" data-section="footer">
|
|
<FooterBase
|
|
logoText="Finance Club Consulting"
|
|
copyrightText="© 2025 Finance Club Consulting. All rights reserved."
|
|
columns={[
|
|
{
|
|
title: "Services",
|
|
items: [
|
|
{ label: "Strategic Planning", href: "/services" },
|
|
{ label: "Investment Management", href: "/services" },
|
|
{ label: "Tax Planning", href: "/services" },
|
|
{ label: "Risk Management", href: "/services" },
|
|
],
|
|
},
|
|
{
|
|
title: "Company",
|
|
items: [
|
|
{ label: "About Us", href: "/about" },
|
|
{ label: "Our Team", href: "/team" },
|
|
{ label: "Case Studies", href: "#" },
|
|
{ label: "Blog", href: "#" },
|
|
],
|
|
},
|
|
{
|
|
title: "Legal",
|
|
items: [
|
|
{ label: "Privacy Policy", href: "#" },
|
|
{ label: "Terms of Service", href: "#" },
|
|
{ label: "Contact", href: "/contact" },
|
|
{ label: "Careers", href: "#" },
|
|
],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |