diff --git a/src/app/page.tsx b/src/app/page.tsx index 539fc1b..ee040c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,8 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { CheckCircle, Sparkles, ArrowRight, Linkedin, Mail } from 'lucide-react'; +import Link from 'next/link'; +import { CheckCircle, Sparkles } from 'lucide-react'; export default function HomePage() { return ( @@ -28,11 +29,11 @@ export default function HomePage() { @@ -45,10 +46,10 @@ export default function HomePage() { tag="Financial Advisory" tagIcon={Sparkles} buttons={[ - { text: "Schedule a Private Consultation", href: "contact" } + { text: "Schedule a Private Consultation", href: "/contact" } ]} imageSrc="https://img.b2bpic.net/free-photo/customers-writing-signature-contract-entering-partnership-with-agent_482257-101263.jpg" - imageAlt="Financial advisory professional workspace" + imageAlt="financial advisor wealth planning office" imagePosition="right" mediaAnimation="opacity" /> @@ -60,23 +61,17 @@ export default function HomePage() { description="We deliver more than compliance. We offer strategic clarity and long-term partnership designed for ambitious business owners who demand excellence." tabs={[ { - id: "partnership", - label: "Long-Term Partnership", - description: "We build enduring relationships based on trust, discretion, and aligned interests. Your success is our success, and we're committed to supporting your financial goals across decades, not just transactions." + id: "partnership", label: "Long-Term Partnership", description: "We build enduring relationships based on trust, discretion, and aligned interests. Your success is our success, and we're committed to supporting your financial goals across decades, not just transactions." }, { - id: "strategy", - label: "Strategic Clarity", - description: "Beyond tax compliance, we provide a comprehensive financial roadmap that addresses your unique business pressures, succession planning, wealth optimization, and personal financial security with proactive strategy." + id: "strategy", label: "Strategic Clarity", description: "Beyond tax compliance, we provide a comprehensive financial roadmap that addresses your unique business pressures, succession planning, wealth optimization, and personal financial security with proactive strategy." }, { - id: "expertise", - label: "Specialized Expertise", - description: "Our team brings deep experience in high-net-worth financial planning, business exit strategies, tax optimization, and wealth preservation for discerning professionals and entrepreneurs." + id: "expertise", label: "Specialized Expertise", description: "Our team brings deep experience in high-net-worth financial planning, business exit strategies, tax optimization, and wealth preservation for discerning professionals and entrepreneurs." } ]} imageSrc="https://img.b2bpic.net/free-photo/financial-advisor-inviting-clients-sign-formal-agreement-documents_482257-91761.jpg" - imageAlt="A B Clemence & Co leadership team" + imageAlt="financial leadership partnership business strategy" imagePosition="right" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -91,10 +86,7 @@ export default function HomePage() { tagIcon={CheckCircle} features={[ { - id: "1", - title: "Discovery & Assessment", - description: "We conduct a comprehensive review of your financial situation, business structure, tax exposure, and long-term goals to develop a complete understanding of your needs.", - media: { imageSrc: "/placeholders/placeholder1.webp" }, + id: "1", title: "Discovery & Assessment", description: "We conduct a comprehensive review of your financial situation, business structure, tax exposure, and long-term goals to develop a complete understanding of your needs.", media: { imageSrc: "/placeholders/placeholder1.webp" }, items: [ { icon: CheckCircle, text: "Detailed financial review" }, { icon: CheckCircle, text: "Goal alignment session" }, @@ -103,10 +95,7 @@ export default function HomePage() { reverse: false }, { - id: "2", - title: "Strategic Planning", - description: "We develop customized tax and financial strategies that align with your business objectives, minimize tax exposure, and create a roadmap for wealth growth and protection.", - media: { imageSrc: "/placeholders/placeholder1.webp" }, + id: "2", title: "Strategic Planning", description: "We develop customized tax and financial strategies that align with your business objectives, minimize tax exposure, and create a roadmap for wealth growth and protection.", media: { imageSrc: "/placeholders/placeholder1.webp" }, items: [ { icon: CheckCircle, text: "Tax optimization strategies" }, { icon: CheckCircle, text: "Wealth structuring" }, @@ -115,10 +104,7 @@ export default function HomePage() { reverse: true }, { - id: "3", - title: "Implementation & Execution", - description: "Our team coordinates implementation of approved strategies, working seamlessly with your accountants, attorneys, and other advisors to ensure precise execution and compliance.", - media: { imageSrc: "/placeholders/placeholder1.webp" }, + id: "3", title: "Implementation & Execution", description: "Our team coordinates implementation of approved strategies, working seamlessly with your accountants, attorneys, and other advisors to ensure precise execution and compliance.", media: { imageSrc: "/placeholders/placeholder1.webp" }, items: [ { icon: CheckCircle, text: "Coordinated execution" }, { icon: CheckCircle, text: "Professional collaboration" }, @@ -127,10 +113,7 @@ export default function HomePage() { reverse: false }, { - id: "4", - title: "Ongoing Optimization", - description: "We provide continuous monitoring and annual strategy reviews, adapting to changes in tax law, business circumstances, and personal goals to ensure your strategies remain effective.", - media: { imageSrc: "/placeholders/placeholder1.webp" }, + id: "4", title: "Ongoing Optimization", description: "We provide continuous monitoring and annual strategy reviews, adapting to changes in tax law, business circumstances, and personal goals to ensure your strategies remain effective.", media: { imageSrc: "/placeholders/placeholder1.webp" }, items: [ { icon: CheckCircle, text: "Annual strategy review" }, { icon: CheckCircle, text: "Tax law monitoring" }, @@ -151,33 +134,18 @@ export default function HomePage() { description="Delivering measurable value and strategic leadership to high-net-worth clients." metrics={[ { - id: "1", - value: "20+", - title: "Years of Financial Advisory Excellence", - items: [ - "Multiple industries served", - "Complex strategy implementations", - "Sustained client relationships" + id: "1", value: "20+", title: "Years of Financial Advisory Excellence", items: [ + "Multiple industries served", "Complex strategy implementations", "Sustained client relationships" ] }, { - id: "2", - value: "$500M+", - title: "Assets Under Advisory Guidance", - items: [ - "High-net-worth clients", - "Business owners and professionals", - "Continued growth and optimization" + id: "2", value: "$500M+", title: "Assets Under Advisory Guidance", items: [ + "High-net-worth clients", "Business owners and professionals", "Continued growth and optimization" ] }, { - id: "3", - value: "95%", - title: "Long-Term Client Retention", - items: [ - "Trust-based relationships", - "Consistent strategy delivery", - "Measurable financial results" + id: "3", value: "95%", title: "Long-Term Client Retention", items: [ + "Trust-based relationships", "Consistent strategy delivery", "Measurable financial results" ] } ]} @@ -191,26 +159,17 @@ export default function HomePage() {