Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-11 15:30:10 +00:00

View File

@@ -178,6 +178,8 @@ export default function LandingPage() {
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: "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."},
{
@@ -253,4 +255,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}