From 7303e60df67f8ac0d047e27c4dfcdb9ef17d67f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:02:31 +0000 Subject: [PATCH] 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