From 7b8eecd2ed1c5ecee439250f67e390d0afa33a2e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 10:24:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 176 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce6c656..cecdcea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,46 +46,29 @@ export default function LandingPage() {
@@ -106,19 +81,13 @@ export default function LandingPage() { metrics={[ { icon: Rocket, - label: "Projects Delivered", - value: "250+", - }, + label: "Projects Delivered", value: "250+"}, { icon: Users, - label: "Global Team", - value: "100+", - }, + label: "Global Team", value: "100+"}, { icon: Globe, - label: "Client Reach", - value: "40+", - }, + label: "Client Reach", value: "40+"}, ]} metricsAnimation="slide-up" /> @@ -131,34 +100,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - label: "Web/Mobile", - title: "Scalable Applications", - items: [ - "React/Next.js development", - "Native iOS & Android", - "Cloud-native architecture", - ], + id: "1", label: "Web/Mobile", title: "Scalable Applications", items: [ + "React/Next.js development", "Native iOS & Android", "Cloud-native architecture"], }, { - id: "2", - label: "AI/Data", - title: "Intelligent Automation", - items: [ - "Machine Learning models", - "Predictive data analytics", - "Workflow automation", - ], + id: "2", label: "AI/Data", title: "Intelligent Automation", items: [ + "Machine Learning models", "Predictive data analytics", "Workflow automation"], }, { - id: "3", - label: "DevOps", - title: "Cloud Infrastructure", - items: [ - "AWS/Azure deployments", - "Microservices orchestration", - "High-availability CI/CD", - ], + id: "3", label: "DevOps", title: "Cloud Infrastructure", items: [ + "AWS/Azure deployments", "Microservices orchestration", "High-availability CI/CD"], }, ]} title="Software Engineering Excellence" @@ -168,35 +119,21 @@ export default function LandingPage() {
@@ -275,19 +185,13 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/devforge", - ariaLabel: "Twitter", - }, + href: "https://twitter.com/devforge", ariaLabel: "Twitter"}, { icon: Github, - href: "https://github.com/devforge", - ariaLabel: "Github", - }, + href: "https://github.com/devforge", ariaLabel: "Github"}, { icon: Linkedin, - href: "https://linkedin.com/company/devforge", - ariaLabel: "Linkedin", - }, + href: "https://linkedin.com/company/devforge", ariaLabel: "Linkedin"}, ]} />