Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 15:02:36 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}