Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 02:16:46 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/traditional-italian-food-world-tourism-day_23-2149114040.jpg"
imageAlt="3D rotating pizza with steam animation"
buttons={[
{ text: "Reserve a Table", href: "#contact" },
{ text: "Order Now", href: "#menu" },
{ text: "Order Pickup", href: "#contact" },
]}
buttonAnimation="slide-up"
@@ -222,4 +222,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}