diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ffefd9..706222f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,36 +125,36 @@ export default function LandingPage() { title: "Pan-Seared Foie Gras", description: "Silky foie gras with fig compote, toasted brioche, and a delicate balsamic reduction. A timeless expression of refinement.", icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Pan-seared foie gras with fig compote"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=1", imageAlt: "Pan-seared foie gras with fig compote"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Presentation detail of foie gras course"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=2", imageAlt: "Presentation detail of foie gras course"}, ], }, { title: "Herb-Crusted Lamb", description: "Tender lamb loin with herb crust, seasonal vegetables, and rich jus. A showcase of Mediterranean flavors.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Herb-crusted lamb with vegetables"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=3", imageAlt: "Herb-crusted lamb with vegetables"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg", imageAlt: "Lamb dish plating detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg?_wi=1", imageAlt: "Lamb dish plating detail"}, ], }, { title: "Lavender Panna Cotta", description: "Delicate lavender-infused panna cotta, accompanied by berry coulis and candied flowers. A gentle conclusion to your journey.", icon: Flower, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg", imageAlt: "Lavender panna cotta with berries"}, + imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg?_wi=2", imageAlt: "Lavender panna cotta with berries"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Dessert plating and garnish"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=4", imageAlt: "Dessert plating and garnish"}, ], }, { title: "Seasonal Seafood", description: "Daily selection of pristine seafood, prepared with minimalist elegance to let the ocean's purity shine through.", icon: Anchor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Fresh seafood preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=5", imageAlt: "Fresh seafood preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Seafood plating presentation"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=6", imageAlt: "Seafood plating presentation"}, ], }, ]} @@ -213,7 +213,7 @@ export default function LandingPage() { description="Secure your table at Lumière and embark on a culinary journey. Our team is delighted to accommodate your special occasion or intimate evening." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1" imageAlt="Elegant dining room at Lumière" mediaAnimation="opacity" mediaPosition="left" @@ -225,7 +225,7 @@ export default function LandingPage() {