2 Commits

Author SHA1 Message Date
ab8ea4fb3b Switch to version 2: modified src/app/page.tsx 2026-05-05 19:04:42 +00:00
79ac9eb4f4 Merge version_3 into main
Merge version_3 into main
2026-05-05 19:03:51 +00:00

View File

@@ -88,7 +88,7 @@ export default function LandingPage() {
{ id: "p6", brand: "Mains", name: "Truffle Pasta", price: "82 NIS", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?w=600&q=75" },
]}
title="Signature Menu"
description="Discover our 'Modern Kosher Italian' fusion, where premium quality meets unparalleled freshness in every bite, designed to ignite your appetite."
description="From handmade gnocchi to the freshest fish caught daily, discover our culinary signature items."
/>
</div>
@@ -173,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}