diff --git a/src/app/page.tsx b/src/app/page.tsx
index 80e6a16..a87ab73 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,126 +31,45 @@ export default function LandingPage() {
@@ -282,21 +137,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "How do you measure success?",
- content: "We use real-time analytics and custom dashboards to track every dollar spent.",
- },
- {
- id: "q2",
- title: "What is the typical timeline?",
- content: "Most growth strategies see initial wins within the first 30-60 days.",
- },
- {
- id: "q3",
- title: "Do you handle custom development?",
- content: "Yes, our web dev team creates bespoke solutions for your brand.",
- },
+ { id: "q1", title: "How do you measure success?", content: "We use real-time analytics and custom dashboards to track every dollar spent." },
+ { id: "q2", title: "What is the typical timeline?", content: "Most growth strategies see initial wins within the first 30-60 days." },
+ { id: "q3", title: "Do you handle custom development?", content: "Yes, our web dev team creates bespoke solutions for your brand." }
]}
title="Common Questions"
description="Everything you need to know about partnering with Asr Marketing."
@@ -308,16 +151,9 @@ export default function LandingPage() {
@@ -326,16 +162,8 @@ export default function LandingPage() {
logoText="Asr Marketing"
copyrightText="© 2025 Asr Marketing. All rights reserved."
socialLinks={[
- {
- icon: Twitter,
- href: "#",
- ariaLabel: "Twitter",
- },
- {
- icon: Linkedin,
- href: "#",
- ariaLabel: "LinkedIn",
- },
+ { icon: Twitter, href: "#", ariaLabel: "Twitter" },
+ { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
]}
/>