Merge version_3 into main #5
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user