Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-25 13:49:46 +00:00

View File

@@ -121,7 +121,7 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Truffle Pasta", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg" },
{ id: "2", name: "Herb-Crusted Salmon", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meal-made-with-vegetables-served-plate_181624-58469.jpg" },
{ id: "3", name: "Wagyu Beef Medallion", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg" },
{ id: "3", name: "Wagyu Beef Medallion", price: "$65", imageSrc: "http://img.b2bpic.net/fried-salmon-fillet-with-sauce-top_140725-6436.jpg" },
]}
title="Signature Menu"
description="Curated selection of our most celebrated dishes."
@@ -149,7 +149,7 @@ export default function LandingPage() {
membersAnimation="slide-up"
members={[
{ id: "1", name: "Chef Alessandro", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg" },
{ id: "2", name: "Chef Maria", imageSrc: "http://img.b2bpic.net/free-photo/baker-holding-big-flour-bag-kitchen-bakery-house_1303-32319.jpg" },
{ id: "2", name: "Chef Maria", imageSrc: "http://img.b2bpic.net/baker-holding-big-flour-bag-kitchen-bakery-house_1303-32319.jpg" },
]}
memberVariant="card"
/>
@@ -173,6 +173,7 @@ export default function LandingPage() {
<ContactText
text="Reserve your table and join us for an exquisite culinary journey."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[{ text: "Book Now", href: "#contact" }]}
/>
</div>