From 24f179805745f2b02ade4a10421cb268c996e1a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:49:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cc7f6a..37cb7a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { -- 2.49.1