Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user