From d569a57b15690850a8f1848c3b73561f45a63904 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 15:30:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e161147..33a77ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file