From 7b73e52b90fa7d38cb19e59f51a89ff9040459a2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 19:15:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 456746e..86ae23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,42 +47,27 @@ export default function LandingPage() {
@@ -103,19 +80,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "15+", - }, + label: "Years Experience", value: "15+"}, { icon: Users, - label: "Businesses Served", - value: "200+", - }, + label: "Businesses Served", value: "200+"}, { icon: TrendingUp, - label: "Growth Rate", - value: "40%", - }, + label: "Growth Rate", value: "40%"}, ]} metricsAnimation="slide-up" /> @@ -129,19 +100,13 @@ export default function LandingPage() { features={[ { icon: ShieldCheck, - title: "Operations Analysis", - description: "Identify bottlenecks and streamline your day-to-day operations.", - }, + title: "Operations Analysis", description: "Identify bottlenecks and streamline your day-to-day operations."}, { icon: LineChart, - title: "Strategic Planning", - description: "Long-term goal setting and roadmap development for scaling.", - }, + title: "Strategic Planning", description: "Long-term goal setting and roadmap development for scaling."}, { icon: DollarSign, - title: "Financial Optimization", - description: "Maximize profitability through expert budget and cost management.", - }, + title: "Financial Optimization", description: "Maximize profitability through expert budget and cost management."}, ]} title="Strategic Services Tailored to You" description="We specialize in operational optimization, financial strategy, and management efficiency." @@ -150,30 +115,16 @@ export default function LandingPage() {
@@ -292,33 +198,21 @@ export default function LandingPage() { logoText="Baker Consulting" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1