Update src/app/page.tsx

This commit is contained in:
2026-02-12 22:40:28 +00:00
parent 9632781a2a
commit 4b8ae17cb5

View File

@@ -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() {
<NavbarStyleApple
brandName="A B Clemence & Co"
navItems={[
{ name: "About", id: "about" },
{ name: "Our Approach", id: "approach" },
{ name: "Expertise", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }
]}
/>
</div>
@@ -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() {
<TeamCardTen
title="Meet the Strategic Leaders Behind Your Financial Success"
tag="Our Team"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
membersAnimation="slide-up"
members={[
{
id: "1",
name: "Alexandra B. Clemence",
imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg",
imageAlt: "Alexandra B. Clemence, Founder & Principal Advisor"
id: "1", name: "Alexandra B. Clemence", imageSrc: "https://img.b2bpic.net/free-photo/studio-portrait-successful-young-businesswoman_1262-5844.jpg", imageAlt: "professional business consultant portrait team"
},
{
id: "2",
name: "Richard J. Sterling",
imageSrc: "https://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
imageAlt: "Richard J. Sterling, Senior Tax Strategist"
id: "2", name: "Richard J. Sterling", imageSrc: "https://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "professional business consultant portrait team"
},
{
id: "3",
name: "Catherine M. Hayes",
imageSrc: "https://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
imageAlt: "Catherine M. Hayes, Wealth Planning Director"
id: "3", name: "Catherine M. Hayes", imageSrc: "https://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "professional business consultant portrait team"
}
]}
memberVariant="default"
@@ -224,40 +183,20 @@ export default function HomePage() {
description="Real testimonials from business owners and professionals who have partnered with us for strategic financial leadership."
testimonials={[
{
id: "1",
name: "David Chen",
role: "CEO & Founder",
company: "TechVenture Solutions",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/insurance-broker-highlighting-important-contract-terms_482257-115640.jpg",
imageAlt: "David Chen, CEO & Founder"
id: "1", name: "David Chen", role: "CEO & Founder", company: "TechVenture Solutions", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/insurance-broker-highlighting-important-contract-terms_482257-115640.jpg", imageAlt: "executive business professional portrait headshot"
},
{
id: "2",
name: "Margaret Sullivan",
role: "Managing Partner",
company: "Sullivan & Associates LLP",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/two-busy-workers-modern-office_329181-15330.jpg",
imageAlt: "Margaret Sullivan, Managing Partner"
id: "2", name: "Margaret Sullivan", role: "Managing Partner", company: "Sullivan & Associates LLP", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/two-busy-workers-modern-office_329181-15330.jpg", imageAlt: "entrepreneur business professional portrait headshot"
},
{
id: "3",
name: "James Richardson",
role: "Owner & President",
company: "Richardson Manufacturing Group",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/happy-man-his-wife-using-digital-tablet-while-being-meeting-with-bank-manager-office_637285-1737.jpg",
imageAlt: "James Richardson, Owner & President"
id: "3", name: "James Richardson", role: "Owner & President", company: "Richardson Manufacturing Group", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/happy-man-his-wife-using-digital-tablet-while-being-meeting-with-bank-manager-office_637285-1737.jpg", imageAlt: "business owner professional portrait headshot"
},
{
id: "4",
name: "Victoria Patel",
role: "Founder & CEO",
company: "Patel Ventures",
rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/senior-entrepreneur-discussing-with-coworker-holding-documents-conference-briefing-businessman-discussing-ideas-with-colleagues-about-financial-strategy-new-start-up-company_482257-5074.jpg",
imageAlt: "Victoria Patel, Founder & CEO"
id: "4", name: "Victoria Patel", role: "Founder & CEO", company: "Patel Ventures", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/senior-entrepreneur-discussing-with-coworker-holding-documents-conference-briefing-businessman-discussing-ideas-with-colleagues-about-financial-strategy-new-start-up-company_482257-5074.jpg", imageAlt: "executive business professional portrait headshot"
}
]}
gridVariant="uniform-all-items-equal"