Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-06-05 09:28:28 +00:00

View File

@@ -137,6 +137,14 @@ export default function LandingPage() {
title="Delightful Dishes for Every Palate"
description="Explore our diverse menu featuring gourmet pizzas, classic fast-food favorites, and refreshing beverages, all crafted with passion."
tag="Our Menu"
buttons={[
{
text: "Order Online", href: "#"
},
{
text: "Dine With Us", href: "#location"
}
]}
/>
</div>
@@ -236,4 +244,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}