Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-29 21:48:46 +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" },