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: "#"},
],
},
]}