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 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