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"},
]}
/>