From 7f2d92e306edb235827648c649996c06b39c44ea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:02:31 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e7f551a..1173c9a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 7303e60df67f8ac0d047e27c4dfcdb9ef17d67f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:02:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85c16d8..48b7552 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,8 @@ export default function LandingPage() { useInvertedBackground={false} buttonAnimation="slide-up" buttons={[ - { text: "View Full Menu", href: "#contact" } + { text: "View Full Menu", href: "#contact" }, + { text: "Call: 0792 888444", href: "tel:0792888444" } ]} /> @@ -243,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1