diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0e714dc..7f75301 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,75 +31,29 @@ export default function LandingPage() {
@@ -110,18 +64,9 @@ export default function LandingPage() {
title="We Design Digital Experiences"
description="Elite Verse Agency combines aesthetic excellence with functional data-driven design. We deliver results that turn visitors into loyal customers."
metrics={[
- {
- value: "150+",
- title: "Projects Completed",
- },
- {
- value: "99%",
- title: "Client Satisfaction",
- },
- {
- value: "5x",
- title: "Conversion Growth",
- },
+ { value: "150+", title: "Projects Completed" },
+ { value: "99%", title: "Client Satisfaction" },
+ { value: "5x", title: "Conversion Growth" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together-desk_23-2149337238.jpg"
mediaAnimation="slide-up"
@@ -135,36 +80,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Development",
- title: "High Performance",
- items: [
- "React & Next.js",
- "Custom CMS",
- "API Integrations",
- ],
- },
- {
- id: "f2",
- label: "Design",
- title: "UX/UI Mastery",
- items: [
- "User Research",
- "Brand Identity",
- "Motion Design",
- ],
- },
- {
- id: "f3",
- label: "Growth",
- title: "Scalable Assets",
- items: [
- "SEO Optimization",
- "Conversion Funnels",
- "Data Analytics",
- ],
- },
+ { id: "f1", label: "Development", title: "High Performance", items: ["React & Next.js", "Custom CMS", "API Integrations"] },
+ { id: "f2", label: "Design", title: "UX/UI Mastery", items: ["User Research", "Brand Identity", "Motion Design"] },
+ { id: "f3", label: "Growth", title: "Scalable Assets", items: ["SEO Optimization", "Conversion Funnels", "Data Analytics"] },
]}
title="Our Agency Core Services"
description="Everything you need to dominate your digital market."
@@ -173,60 +91,22 @@ export default function LandingPage() {