From b86c45e7ae0e32ae285f1485b06bb796624ea3dc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:36:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a40cb0..43c662d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,7 +191,7 @@ export default function LandingPage() { { id: "2", title: "How long does installation take?", content: "Usually 30-45 minutes for a full set."}, { - id: "3", title: "Do I need an appointment?", content: "Appointments are recommended but we welcome walk-ins."}, + id: "3", title: "Do I need an appointment?", content: "Appointments are recommended but we welcome walk-ins. You can [Book Now](#contact) to secure your spot."}, { id: "4", title: "What kind of tires do you stock?", content: "We stock major brands and high-quality used tires."}, ]} @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}