From f3539140aa3b37eaa473bb2f4940ce0392cd0074 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 23:00:23 +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 a2479db..3d051e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function RestaurantPage() { }, { id: "feature-2", category: ["Ambiance", "Comfort"], - title: "Cozy & Inviting Atmosphere", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg", imageAlt: "Warm and cozy restaurant interior" + title: "Cozy & Inviting Atmosphere", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg?_wi=1", imageAlt: "Warm and cozy restaurant interior" }, { id: "feature-3", category: ["Service", "Quality"], @@ -134,7 +134,7 @@ export default function RestaurantPage() { initialQuantity: 1 }, { - id: "product-2", name: "Herb-Crusted Salmon", price: "$28.50", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg", imageAlt: "Fresh herb-crusted salmon fillet with lemon garnish", isFavorited: false, + id: "product-2", name: "Herb-Crusted Salmon", price: "$28.50", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg?_wi=2", imageAlt: "Fresh herb-crusted salmon fillet with lemon garnish", isFavorited: false, initialQuantity: 1 }, { -- 2.49.1