diff --git a/src/app/page.tsx b/src/app/page.tsx index 91587f1..de45ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,9 +61,9 @@ export default function WebAgencyThemePage() { useInvertedBackground={false} buttons={[{ text: "Start Your Project", href: "#contact" }]} features={[ - { icon: Target, title: "Discovery & Strategy", description: "Understanding your goals, audience, and market to build a roadmap." }, - { icon: Layers, title: "Design & Prototyping", description: "Translate strategy into visual concepts, iterating with you until it feels right." }, - { icon: Zap, title: "Development", description: "Building robust, scalable, and responsive digital products." } + { icon: Target, title: "Discovery & Strategy", description: "Define your market advantage through data-driven strategy sessions." }, + { icon: Layers, title: "Design & Prototyping", description: "Visualize your future state through iterative, user-centric design cycles." }, + { icon: Zap, title: "Development", description: "Accelerate your growth with robust, scalable, and high-performance digital architecture." } ]} />