diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb54100..3c4a385 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,130 +32,48 @@ export default function LandingPage() {
@@ -165,21 +83,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Proven Performance"
metrics={[
- {
- label: "Growth Rate",
- value: "240%",
- icon: TrendingUp,
- },
- {
- label: "Projects Completed",
- value: "450+",
- icon: CheckCircle,
- },
- {
- label: "Global Reach",
- value: "15+",
- icon: Globe,
- },
+ { label: "Growth Rate", value: "240%", icon: TrendingUp },
+ { label: "Projects Completed", value: "450+", icon: CheckCircle },
+ { label: "Global Reach", value: "15+", icon: Globe },
]}
metricsAnimation="slide-up"
/>
@@ -191,21 +97,9 @@ export default function LandingPage() {
title="Our Expert Services"
description="We specialize in high-end creative solutions built for results."
accordionItems={[
- {
- id: "1",
- title: "Creative Production",
- content: "Cinematic video, motion graphics, and high-quality photography.",
- },
- {
- id: "2",
- title: "Strategic Marketing",
- content: "Data-backed campaigns aimed at high engagement.",
- },
- {
- id: "3",
- title: "Brand Design",
- content: "Comprehensive visual identity and branding services.",
- },
+ { id: "1", title: "Creative Production", content: "Cinematic video, motion graphics, and high-quality photography." },
+ { id: "2", title: "Strategic Marketing", content: "Data-backed campaigns aimed at high engagement." },
+ { id: "3", title: "Brand Design", content: "Comprehensive visual identity and branding services." },
]}
imageSrc="http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg"
mediaAnimation="slide-up"
@@ -214,36 +108,13 @@ export default function LandingPage() {