Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac0abe55d4 | |||
| b6a5215dc7 | |||
| 985c69e085 | |||
| d5691e0003 |
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
showBlur={true}
|
showBlur={true}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve a Table", href: "#contact" },
|
{ text: "Book Now", href: "#contact" },
|
||||||
{ text: "View Menu", href: "#products" }
|
{ text: "View Menu", href: "#products" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -230,4 +230,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user