From 61124bbfd1580bcb47849727ec517901c122ee7d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 22:20:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbd1369..fa48f38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { id: "f1", title: "What are your hours?", content: "Mon-Fri 10am-7:30pm, Sat 9:30am-6:30pm." }, - { id: "f2", title: "Do you accept walk-ins?", content: "We recommend appointments, but call us at (323) 969-8760." }, + { id: "f2", title: "Do you accept walk-ins?", content: "Walk-ins are welcome but we recommend appointments and call us at (323) 969-8760." }, ]} title="Frequently Asked Questions" description="Have questions? We're here to help." -- 2.49.1