From bdbdde92a8f651e078770b514e093d56d7b2e1b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 05:43:26 +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 1227ac6..c6e76ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,8 +94,8 @@ export default function LandingPage() { title="Our Signature Dishes" description="Explore a selection of our most beloved and iconic creations, crafted to perfection." products={[ - { id: "1", brand: "Appetizer", name: "Truffle Pasta", price: "$28", rating: 5, reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/businessman-waiting-restaurant_53876-20769.jpg", imageAlt: "Truffle Pasta" }, - { id: "2", brand: "Main Course", name: "Seared Scallops", price: "$35", rating: 5, reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114054.jpg", imageAlt: "Seared Scallops" }, + { id: "1", brand: "Appetizer", name: "Truffle Pasta", price: "$28", rating: 5, reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/truffle-pasta-still-life-high-angle_23-2149525111.jpg", imageAlt: "Truffle Pasta" }, + { id: "2", brand: "Main Course", name: "Seared Scallops", price: "$35", rating: 5, reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-served-with-lemon-mayonnaise_140725-1504.jpg", imageAlt: "Seared Scallops" }, { id: "3", brand: "Dessert", name: "Chocolate Lava Cake", price: "$14", rating: 5, reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-exotic-dessert-dish_23-2148238680.jpg", imageAlt: "Chocolate Lava Cake" } ]} gridVariant="three-columns-all-equal-width"