From 20e980a3f5d5018736001ee24c9128ddd8a294d2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:19:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65110ee..8e6df18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,7 +120,7 @@ export default function LandingPage() { variant: "plain"}} tag="Visit Us" title="Drop By For A Treat" - description="We're located inside Garth Barn tennis centre. Come enjoy the freshest homemade food in the area." + description="We're located at Garth Barn Cl, Heaton, Bradford BD9 5PH. Come enjoy the freshest homemade food in the area." buttons={[ { text: "Get Directions", href: "#"}, @@ -144,7 +144,7 @@ export default function LandingPage() { { title: "Visit", items: [ { - label: "Garth Barn Tennis", href: "#"}, + label: "Garth Barn Cl, Heaton, Bradford BD9 5PH", href: "#"}, { label: "Opening Hours", href: "#"}, ], @@ -152,7 +152,7 @@ export default function LandingPage() { { title: "Contact", items: [ { - label: "0123 456 789", href: "#"}, + label: "07946 327265", href: "tel:07946327265"}, { label: "hello@hiddenkitchen.com", href: "#"}, ], @@ -164,4 +164,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1