4 Commits

Author SHA1 Message Date
9099dfc5cd Update src/app/page.tsx 2026-04-20 18:42:21 +00:00
de52a167f6 Merge version_1 into main
Merge version_1 into main
2026-04-20 15:20:48 +00:00
288b461785 Merge version_1 into main
Merge version_1 into main
2026-04-20 15:20:18 +00:00
23bef0c655 Merge version_1 into main
Merge version_1 into main
2026-04-20 15:19:51 +00:00

View File

@@ -164,6 +164,7 @@ export default function LandingPage() {
{ 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: "q4", title: "What is the typical project timeline?", content: "Most initial strategy engagements run for 90 days to establish baselines and optimize performance, though we often see significant results within the first 30-45 days of implementation." },
]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-sitting-table-with-laptop_1157-33415.jpg"
title="Frequently Asked Questions"
@@ -192,4 +193,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}