From 13d757217f88b61f2d3a0e9ddf7fa54489f2c7d7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 10:55:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"