diff --git a/src/app/page.tsx b/src/app/page.tsx
index ee108bb..f44aa19 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,90 +32,38 @@ export default function LandingPage() {
@@ -315,21 +161,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "How do you ensure ROI transparency?",
- content: "We provide weekly, detailed reporting that tracks all key performance indicators against your business goals, ensuring every dollar spent is accounted for.",
- },
- {
- id: "q2",
- title: "What makes Levox Media different?",
- content: "We balance creative storytelling with rigorous, data-driven performance marketing. We don't just design; we grow businesses.",
- },
- {
- id: "q3",
- title: "Do you work with mid-market companies?",
- content: "Yes, we specialize in scaling mid-market brands through multi-channel digital strategies designed to drive revenue and market share.",
- },
+ { id: "q1", title: "How do you ensure ROI transparency?", content: "We provide weekly, detailed reporting that tracks all key performance indicators against your business goals, ensuring every dollar spent is accounted for." },
+ { id: "q2", title: "What makes Levox Media different?", content: "We balance creative storytelling with rigorous, data-driven performance marketing. We don't just design; we grow businesses." },
+ { id: "q3", title: "Do you work with mid-market companies?", content: "Yes, we specialize in scaling mid-market brands through multi-channel digital strategies designed to drive revenue and market share." },
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-sitting-table-with-laptop_1157-33415.jpg"
title="Frequently Asked Questions"
@@ -341,9 +175,7 @@ export default function LandingPage() {