diff --git a/src/app/page.tsx b/src/app/page.tsx index 57869a9..0a539d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,8 +108,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Common questions about our automotive services." faqs={[ - { question: "Do you offer warranty?", answer: "Yes, all our services come with a warranty guarantee." }, - { question: "Can I book same-day service?", answer: "We prioritize emergency diagnostics for our clients." } + { id: "1", title: "Do you offer warranty?", content: "Yes, all our services come with a warranty guarantee." }, + { id: "2", title: "Can I book same-day service?", content: "We prioritize emergency diagnostics for our clients." } ]} faqsAnimation="opacity" textboxLayout="default"