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"