3 Commits

Author SHA1 Message Date
116dc6594b Update src/app/page.tsx 2026-04-29 21:48:39 +00:00
434508e263 Merge version_3 into main
Merge version_3 into main
2026-04-29 21:45:52 +00:00
bf77a17529 Merge version_3 into main
Merge version_3 into main
2026-04-29 21:45:20 +00:00

View File

@@ -76,9 +76,10 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="scale-rotate"
textboxLayout="split"
textboxLayout="split-actions"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[{ text: "Reserve Now", onClick: () => setIsReservationModalOpen(true) }]}
products={[
{ id: "1", brand: "Signature", name: "Roman Carbonara", price: "€22", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/pasta-salad-with-tuna-corn-olives-bowl_123827-37213.jpg" },
{ id: "2", brand: "Authentic", name: "Truffle Pizza", price: "€28", rating: 5, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-pizza_23-2149286881.jpg" },