Update src/app/page.tsx

This commit is contained in:
2026-03-05 15:02:31 +00:00
parent 7f2d92e306
commit 7303e60df6

View File

@@ -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" }
]}
/>
</div>
@@ -243,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}