diff --git a/src/app/page.tsx b/src/app/page.tsx index 1411e5b..3a7f9df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,29 +30,17 @@ export default function LandingPage() { @@ -149,29 +110,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Users, - title: "Happy Clients", - value: "250+", - }, + id: "m1", icon: Users, + title: "Happy Clients", value: "250+"}, { - id: "m2", - icon: Code, - title: "Projects Completed", - value: "400+", - }, + id: "m2", icon: Code, + title: "Projects Completed", value: "400+"}, { - id: "m3", - icon: TrendingUp, - title: "Avg. Client Growth", - value: "75%", - }, + id: "m3", icon: TrendingUp, + title: "Avg. Client Growth", value: "75%"}, { - id: "m4", - icon: Award, - title: "Years in Business", - value: "8", - }, + 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." @@ -183,14 +132,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Tech Innovators", - "Global Reach Solutions", - "Apex Ventures", - "Future Systems Co.", - "Digital Edge Group", - "Synergy Corp", - "Zenith Marketing", - ]} + "Tech Innovators", "Global Reach Solutions", "Apex Ventures", "Future Systems Co.", "Digital Edge Group", "Synergy Corp", "Zenith Marketing"]} title="Trusted by Industry Leaders" description="Partnering with top businesses to achieve their digital ambitions." /> @@ -201,14 +143,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Empowering Your Digital Journey" description={[ - "At TRONIX Solutions, we are dedicated to crafting bespoke digital strategies that deliver tangible results. From captivating branding to robust web platforms, our expertise ensures your business stands out.", - "Our integrated approach combines creativity with data-driven insights, providing solutions that not only look good but perform exceptionally. Experience the TRONIX difference.", - ]} + "At TRONIX Solutions, we are dedicated to crafting bespoke digital strategies that deliver tangible results. From captivating branding to robust web platforms, our expertise ensures your business stands out.", "Our integrated approach combines creativity with data-driven insights, providing solutions that not only look good but perform exceptionally. Experience the TRONIX difference."]} buttons={[ { - text: "Learn More About Us", - href: "/about", - }, + text: "Learn More About Us", href: "/about"}, ]} /> @@ -217,18 +155,13 @@ export default function LandingPage() { @@ -239,16 +172,12 @@ export default function LandingPage() { logoAlt="TRONIX Solutions Logo" logoText="TRONIX Solutions" leftLink={{ - text: "Privacy Policy", - href: "#", - }} + text: "Privacy Policy", href: "#"}} rightLink={{ - text: "Terms of Service", - href: "#", - }} + text: "Terms of Service", href: "#"}} /> ); -} +} \ No newline at end of file