diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8a2a733..365f8ef 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,60 +47,27 @@ export default function LandingPage() {
@@ -118,21 +77,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Driving Results Through Excellence"
metrics={[
- {
- icon: CheckCircle,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: Users,
- label: "Satisfied Clients",
- value: "800+",
- },
- {
- icon: Zap,
- label: "Processes Optimized",
- value: "2000+",
- },
+ { icon: CheckCircle, label: "Years Experience", value: "15+" },
+ { icon: Users, label: "Satisfied Clients", value: "800+" },
+ { icon: Zap, label: "Processes Optimized", value: "2000+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -144,27 +91,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Corporate Registration",
- subtitle: "Simplified setup",
- category: "Compliance",
- value: "Fast",
- },
- {
- id: "f2",
- title: "Virtual Office Suites",
- subtitle: "Professional presence",
- category: "Infrastructure",
- value: "Instant",
- },
- {
- id: "f3",
- title: "Strategic Consulting",
- subtitle: "Expert guidance",
- category: "Strategy",
- value: "Impact",
- },
+ { id: "f1", title: "Corporate Registration", subtitle: "Simplified setup", category: "Compliance", value: "Fast" },
+ { id: "f2", title: "Virtual Office Suites", subtitle: "Professional presence", category: "Infrastructure", value: "Instant" },
+ { id: "f3", title: "Strategic Consulting", subtitle: "Expert guidance", category: "Strategy", value: "Impact" },
]}
title="Comprehensive Business Gateway"
description="Tailored service suites designed to empower your organizational potential."
@@ -178,21 +107,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "99.9%",
- description: "Operational Uptime",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Support Availability",
- },
- {
- id: "m3",
- value: "100+",
- description: "Global Jurisdictions",
- },
+ { id: "m1", value: "99.9%", description: "Operational Uptime" },
+ { id: "m2", value: "24/7", description: "Support Availability" },
+ { id: "m3", value: "100+", description: "Global Jurisdictions" },
]}
title="Our Impact in Numbers"
description="Quantifiable milestones reflecting our commitment to your business efficiency."
@@ -203,42 +120,18 @@ export default function LandingPage() {