Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-12 20:19:42 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}