Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7303e60df6 | |||
| 7f2d92e306 | |||
| eaedbd4ed1 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -124,7 +124,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Full Menu", href: "#contact" }
|
{ text: "View Full Menu", href: "#contact" },
|
||||||
|
{ text: "Call: 0792 888444", href: "tel:0792888444" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -243,4 +244,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user