diff --git a/src/app/page.tsx b/src/app/page.tsx index 45c4b33..627c2f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,10 +113,10 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} metrics={[ - { id: "1", icon: Lightbulb, title: "Discovery & Strategy", value: "We listen to your goals, analyze your market, and create a tailored website strategy that drives results" }, - { id: "2", icon: Palette, title: "Custom Design", value: "Our designers create a beautiful, modern website that reflects your brand and engages your customers" }, - { id: "3", icon: Rocket, title: "Launch & Optimize", value: "We deploy your site with full SEO optimization, performance tuning, and mobile responsiveness" }, - { id: "4", icon: TrendingUp, title: "Grow & Support", value: "We provide ongoing support and analytics so your website continues to generate leads and grow your business" } + { id: "1", icon: Lightbulb, title: "Discovery & Strategy", value: "2-week strategy roadmap" }, + { id: "2", icon: Palette, title: "Custom Design", value: "Beautiful designs in 1 week" }, + { id: "3", icon: Rocket, title: "Launch & Optimize", value: "Live with SEO + performance" }, + { id: "4", icon: TrendingUp, title: "Grow & Support", value: "Ongoing optimization & support" } ]} />