From 552030f470d26aa326c773eec52f2ff2a561d5a2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 02:01:34 +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 f6d5119..e9a849c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,7 +148,7 @@ export default function LandingPage() { text="Visit us in the heart of Guildford. We’re open daily from 8:00 AM to 6:00 PM. Call us at 01483 555 123." buttons={[ { - text: "Get Directions", href: "#"}, + text: "Plan Your Visit", href: "#"}, ]} /> @@ -186,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1