Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-04 10:31:03 +00:00

View File

@@ -48,9 +48,9 @@ export default function LandingPage() {
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-elegant-set-dining-lunch_1203-5578.jpg?_wi=1", imageAlt: "Elegant table" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-plating-meal_23-2148794096.jpg", imageAlt: "Plating" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", imageAlt: "Interior" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg", imageAlt: "Dish" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg?_wi=1", imageAlt: "Dish" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-ny-cheesecake-with-berry-sauce_114579-2316.jpg", imageAlt: "Dessert" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg", imageAlt: "Pasta" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg?_wi=1", imageAlt: "Pasta" },
]}
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Reserve", href: "#contact" }]}
/>
@@ -78,8 +78,8 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "Seared Scallops", price: "$28", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-squid-octopus-with-cheese-potatoes-ia-backed-bread_140725-10256.jpg" },
{ id: "p2", name: "Truffle Risotto", price: "$32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg" },
{ id: "p3", name: "Filet Mignon", price: "$52", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg" },
{ id: "p2", name: "Truffle Risotto", price: "$32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg?_wi=2" },
{ id: "p3", name: "Filet Mignon", price: "$52", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5574.jpg?_wi=2" },
]}
/>
</div>