From bfd00724cb9faac3fcc92849c16acc994a5d5bdf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:39:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." } ]} />