From 530ff1cc6bc70829c7ab647525f3e07db19f53cf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:17:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b4da1a..0b290cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,23 +82,23 @@ export default function LandingPage() { avatarText="Join 250+ Happy Clients" marqueeItems={[ { - type: "text-icon", text: "Digital Strategy", icon: Target, + type: "text-icon", text: "Digital Strategy", icon: Target }, { - type: "text-icon", text: "Web Development", icon: Code, + type: "text-icon", text: "Web Development", icon: Code }, { - type: "text-icon", text: "Brand Innovation", icon: Sparkles, + type: "text-icon", text: "Brand Innovation", icon: Sparkles }, { - type: "text-icon", text: "SEO Excellence", icon: Search, + type: "text-icon", text: "SEO Excellence", icon: Search }, { - type: "text-icon", text: "Business Automation", icon: Cog, + type: "text-icon", text: "Business Automation", icon: Cog }, { - type: "text-icon", text: "Social Media Growth", icon: Share2, - }, + type: "text-icon", text: "Social Media Growth", icon: Share2 + } ]} /> @@ -122,8 +122,8 @@ export default function LandingPage() { id: "m4", icon: Award, title: "Years in Business", value: "8"}, ]} - title="Our Achievements Speak Volumes" - description="Driving measurable results and fostering growth for businesses across Egypt and beyond." + title="Experience the Confidence of Proven Results" + description="Our track record with 250+ clients and 75% average growth assures you a trusted partnership and a clear path to your success." /> -- 2.49.1