Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-21 15:11:31 +00:00

View File

@@ -102,6 +102,7 @@ export default function LandingPage() {
textboxLayout="split-description"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
products={[
{
id: "1", brand: "Snack", name: "Momo Platter", price: "Rs. 450", rating: 5,
@@ -231,4 +232,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}