diff --git a/src/app/page.tsx b/src/app/page.tsx
index d3a63a8..fe7f591 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,30 +32,12 @@ export default function LandingPage() {
@@ -63,105 +45,38 @@ export default function LandingPage() {
@@ -170,19 +85,9 @@ export default function LandingPage() {
@@ -191,53 +96,24 @@ export default function LandingPage() {
@@ -248,26 +124,10 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "150M+",
- description: "Global Impressions Generated",
- },
- {
- id: "m2",
- value: "45%",
- description: "Average Conversion Lift",
- },
- {
- id: "m3",
- value: "82%",
- description: "Audience Retention Rate",
- },
- {
- id: "m4",
- value: "3x",
- description: "ROAS Average Increase",
- },
+ { id: "m1", value: "150M+", description: "Global Impressions Generated" },
+ { id: "m2", value: "45%", description: "Average Conversion Lift" },
+ { id: "m3", value: "82%", description: "Audience Retention Rate" },
+ { id: "m4", value: "3x", description: "ROAS Average Increase" }
]}
title="Results Beyond Reach"
description="We don't just chase numbers; we deliver scalable growth and measurable conversion impact."
@@ -278,42 +138,13 @@ export default function LandingPage() {
@@ -383,21 +189,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do you work with startups?",
- content: "Yes, we partner with startups that share our vision.",
- },
- {
- id: "f2",
- title: "How do you handle strategy?",
- content: "Through deep audits and competitive alignment.",
- },
- {
- id: "f3",
- title: "What is the onboarding process?",
- content: "A 3-step audit and planning phase.",
- },
+ { id: "f1", title: "Do you work with startups?", content: "Yes, we partner with startups that share our vision." },
+ { id: "f2", title: "How do you handle strategy?", content: "Through deep audits and competitive alignment." },
+ { id: "f3", title: "What is the onboarding process?", content: "A 3-step audit and planning phase." }
]}
title="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -408,18 +202,11 @@ export default function LandingPage() {
@@ -432,4 +219,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file