Merge version_8 into main #7

Merged
bender merged 1 commits from version_8 into main 2026-04-17 22:02:15 +00:00

View File

@@ -174,9 +174,9 @@ export default function LandingPage() {
description="Don't miss out on the best bite in the garage. Secure your spot now."
buttons={[
{
text: "Order Online", href: "#"},
text: "Get Takeout", href: "#"},
{
text: "Reserve Now", href: "#"},
text: "Book Your Table", href: "#"},
]}
/>
</div>
@@ -214,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}