From 19bb14afa8ec3d628d55004df5c0daddfe4f17df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 22:28:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 +++++++++++------------------------------------ 1 file changed, 54 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b94a07..581b394 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -55,102 +47,57 @@ export default function LandingPage() { @@ -162,9 +109,7 @@ export default function LandingPage() { title="Decades of Financial Integrity" buttons={[ { - text: "Learn More", - href: "#contact", - }, + text: "Learn More", href: "#contact"}, ]} /> @@ -176,28 +121,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Tax Preparation", - description: "Expert preparation and filing for individuals and businesses.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-typing-laptop_1098-2040.jpg", - imageAlt: "accountant professional at desk", + title: "Tax Preparation", description: "Expert preparation and filing for individuals and businesses.", bentoComponent: "reveal-icon", icon: CheckCircle, }, { - title: "Bookkeeping", - description: "Accurate, timely tracking of your finances for smarter decisions.", - bentoComponent: "reveal-icon", - icon: BarChart2, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-black-background-with-laptop-coffee-cup-calculator-top-view_169016-36072.jpg?_wi=2", - imageAlt: "accountant professional at desk", + title: "Bookkeeping", description: "Accurate, timely tracking of your finances for smarter decisions.", bentoComponent: "reveal-icon", icon: BarChart2, }, { - title: "Strategic Consulting", - description: "Forward-thinking advice to guide your future growth.", - bentoComponent: "reveal-icon", - icon: TrendingUp, - imageSrc: "http://img.b2bpic.net/free-vector/tax-flat-icon-set_1284-7734.jpg", - imageAlt: "accountant professional at desk", + title: "Strategic Consulting", description: "Forward-thinking advice to guide your future growth.", bentoComponent: "reveal-icon", icon: TrendingUp, }, ]} title="Comprehensive Financial Solutions" @@ -212,23 +142,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Users, - title: "Happy Clients", - value: "500+", - }, + id: "m1", icon: Users, + title: "Happy Clients", value: "500+"}, { - id: "m2", - icon: DollarSign, - title: "Savings Found", - value: "$1M+", - }, + id: "m2", icon: DollarSign, + title: "Savings Found", value: "$1M+"}, { - id: "m3", - icon: Calendar, - title: "Years Experience", - value: "15+", - }, + id: "m3", icon: Calendar, + title: "Years Experience", value: "15+"}, ]} title="Proven Results" description="See why hundreds of businesses rely on our expertise." @@ -242,40 +163,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah Jenkins", - role: "CEO", - testimonial: "Exceptional service!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg", - }, + id: "t1", name: "Sarah Jenkins", role: "CEO", testimonial: "Exceptional service!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg"}, { - id: "t2", - name: "Michael Ross", - role: "Owner", - testimonial: "Clearly saved us money.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", - }, + id: "t2", name: "Michael Ross", role: "Owner", testimonial: "Clearly saved us money.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"}, { - id: "t3", - name: "Alice Wang", - role: "Professional", - testimonial: "Trustworthy and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", - }, + id: "t3", name: "Alice Wang", role: "Professional", testimonial: "Trustworthy and professional.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg"}, { - id: "t4", - name: "David Miller", - role: "Manager", - testimonial: "Great proactive advice.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-smiling-asian-senior-woman-red-blazer-cross-arms-chest-looking-professiona_1258-160126.jpg", - }, + id: "t4", name: "David Miller", role: "Manager", testimonial: "Great proactive advice.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-smiling-asian-senior-woman-red-blazer-cross-arms-chest-looking-professiona_1258-160126.jpg"}, { - id: "t5", - name: "Elena Rodriguez", - role: "Director", - testimonial: "Experts who care.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg", - }, + id: "t5", name: "Elena Rodriguez", role: "Director", testimonial: "Experts who care.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149915911.jpg"}, ]} title="Client Success Stories" description="We are proud of the long-term relationships we have built." @@ -286,14 +182,11 @@ export default function LandingPage() { @@ -302,42 +195,27 @@ export default function LandingPage() {