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