From 09d2ae50423774b1574716a70b97d7a70214dc06 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:22:32 +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 86ec84d..4378304 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Restaurant dining ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-fruits-top-served-with-berry-sauce_141793-1141.jpg", imageAlt: "Mango dessert" + imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-fruits-top-served-with-berry-sauce_141793-1141.jpg?_wi=1", imageAlt: "Mango dessert" } ]} buttons={[ @@ -104,7 +104,7 @@ export default function LandingPage() { id: "3", title: "Chef's Selection", description: "Our chef's daily special featuring the finest seasonal ingredients, creative techniques, and innovative flavor combinations you won't find anywhere else", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16147.jpg", imageAlt: "Chef's special creation" }, { - id: "4", title: "Dessert Paradise", description: "Indulgent mango-based desserts created to delight your palate, featuring smooth textures, rich flavors, and beautiful presentations", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-fruits-top-served-with-berry-sauce_141793-1141.jpg", imageAlt: "Mango dessert selection" + id: "4", title: "Dessert Paradise", description: "Indulgent mango-based desserts created to delight your palate, featuring smooth textures, rich flavors, and beautiful presentations", imageSrc: "http://img.b2bpic.net/free-photo/cheesecake-with-fruits-top-served-with-berry-sauce_141793-1141.jpg?_wi=2", imageAlt: "Mango dessert selection" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1