3 Commits

Author SHA1 Message Date
e0582b43ed Merge version_4 into main
Merge version_4 into main
2026-05-11 15:30:10 +00:00
d569a57b15 Update src/app/page.tsx 2026-05-11 15:30:04 +00:00
22b1c85f4e Merge version_3 into main
Merge version_3 into main
2026-05-11 15:28:51 +00:00

View File

@@ -178,6 +178,8 @@ export default function LandingPage() {
faqs={[ faqs={[
{ {
id: "q1", title: "Do I need to be home for the service?", content: "No, as long as our technician has access to the vehicle, we can perform the service while you are away."}, id: "q1", title: "Do I need to be home for the service?", content: "No, as long as our technician has access to the vehicle, we can perform the service while you are away."},
{
id: "q4", title: "What is your service radius?", content: "We proudly serve all customers within a 30-mile radius of the city center. Please contact us if you are slightly outside this zone as we may still be able to accommodate you."},
{ {
id: "q2", title: "Do you carry spare parts?", content: "We carry common parts and diagnostic tools. If a specialized part is needed, we will order it and schedule a follow-up visit."}, id: "q2", title: "Do you carry spare parts?", content: "We carry common parts and diagnostic tools. If a specialized part is needed, we will order it and schedule a follow-up visit."},
{ {
@@ -253,4 +255,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }