From 2a9e9bed2024b7952058ad21ddb8dd476902e6aa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:02:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2041acd..504f515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { title: "Culinary Artistry", description: "Each plate is a masterpiece of flavor and presentation, crafted with meticulous attention to detail.", icon: ChefHat, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Gourmet plating with fine dining presentation" + imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=1", imageAlt: "Gourmet plating with fine dining presentation" }, { imageSrc: "http://img.b2bpic.net/free-photo/gold-candlestick-standing-festive-table-home-new-year-eve-concept_132075-11279.jpg", imageAlt: "Intimate dining table setting" @@ -96,7 +96,7 @@ export default function LandingPage() { title: "Sophisticated Ambiance", description: "Candlelit tables, refined design, and carefully curated lighting create an unforgettable atmosphere.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg", imageAlt: "Fine dining interior design with elegant decor" + imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=1", imageAlt: "Fine dining interior design with elegant decor" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-virtual-date_23-2149295191.jpg", imageAlt: "Wine selection and bar ambiance" @@ -132,16 +132,16 @@ export default function LandingPage() { tagAnimation="blur-reveal" products={[ { - id: "starters-1", name: "Amuse Bouche", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Gourmet amuse bouche starter" + id: "starters-1", name: "Amuse Bouche", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=2", imageAlt: "Gourmet amuse bouche starter" }, { - id: "mains-1", name: "Pan-Seared Diver Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Pan-seared scallops fine dining" + id: "mains-1", name: "Pan-Seared Diver Scallops", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=3", imageAlt: "Pan-seared scallops fine dining" }, { - id: "mains-2", name: "Grass-Fed Beef Tenderloin", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Premium beef tenderloin plating" + id: "mains-2", name: "Grass-Fed Beef Tenderloin", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=4", imageAlt: "Premium beef tenderloin plating" }, { - id: "desserts-1", name: "Chocolate Soufflé", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg", imageAlt: "Chocolate soufflé dessert" + id: "desserts-1", name: "Chocolate Soufflé", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-cooked-with-seafoods-fresh-vegetables-served-grey-granite-plate_114579-1833.jpg?_wi=5", imageAlt: "Chocolate soufflé dessert" } ]} gridVariant="three-columns-all-equal-width" @@ -225,7 +225,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg" + imageSrc="http://img.b2bpic.net/free-photo/classic-luxury-style-restaurant-with-tables-chairs_140725-9389.jpg?_wi=2" imageAlt="Fine dining restaurant interior ambiance" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1