From cf167505b1fa26408cdcf7ab5592d9fc09e5d829 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:26:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8164be8..aff88cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,10 +76,10 @@ export default function LandingPage() { title="Our Exquisite Culinary Menu" description="Discover a symphony of flavors crafted with the finest ingredients and innovative techniques." products={[ - { id: "scallops", name: "Seared Scallops with Saffron Risotto", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg", imageAlt: "Seared scallops with saffron risotto elegantly plated" }, + { id: "scallops", name: "Seared Scallops with Saffron Risotto", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg?_wi=1", imageAlt: "Seared scallops with saffron risotto elegantly plated" }, { id: "filet-mignon", name: "Filet Mignon with Truffle Mash", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig_140725-8549.jpg", imageAlt: "Perfectly cooked filet mignon with truffle mash" }, { id: "lava-cake", name: "Decadent Chocolate Lava Cake", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Rich chocolate lava cake with berries" }, - { id: "lobster", name: "Lobster Bisque with Cognac", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg", imageAlt: "Creamy lobster bisque with a swirl of cognac" } + { id: "lobster", name: "Lobster Bisque with Cognac", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-inside-green-plate-with-designed-nougat-cream_140725-29928.jpg?_wi=2", imageAlt: "Creamy lobster bisque with a swirl of cognac" } ]} gridVariant="three-columns-all-equal-width" animationType="entrance-slide" -- 2.49.1