diff --git a/src/app/page.tsx b/src/app/page.tsx
index dbce6f8..e20cb4b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,20 +41,12 @@ export default function LandingPage() {
@@ -255,26 +133,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "How long does a site take?",
- content: "Most standard business sites are launched within 2-3 weeks.",
- },
- {
- id: "q2",
- title: "Do I own the website?",
- content: "Yes, 100% ownership from day one.",
- },
- {
- id: "q3",
- title: "Can you handle SEO?",
- content: "Yes, every site I build is optimized for Google visibility.",
- },
- {
- id: "q4",
- title: "What about updates?",
- content: "I offer optional ongoing maintenance support.",
- },
+ { id: "q1", title: "How long does a site take?", content: "Most standard business sites are launched within 2-3 weeks." },
+ { id: "q2", title: "Do I own the website?", content: "Yes, 100% ownership from day one." },
+ { id: "q3", title: "Can you handle SEO?", content: "Yes, every site I build is optimized for Google visibility." },
+ { id: "q4", title: "What about updates?", content: "I offer optional ongoing maintenance support." },
]}
title="Common Questions"
description="Everything you need to know about starting your project."
@@ -285,9 +147,7 @@ export default function LandingPage() {