From 52306f2b26d022dd453d4b5f45f3b1a1d58ca881 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:51:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 297184d..4ccf694 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg?_wi=1" imageAlt="elegant fine dining restaurant interior" /> @@ -76,7 +76,7 @@ export default function LandingPage() { description="Founded by award-winning chefs, our restaurant is dedicated to transforming local farm-to-table produce into works of art. Every dish tells a story of passion and tradition." subdescription="Join us for an unforgettable journey that engages all your senses." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="professional chef cooking gourmet meal" /> @@ -136,21 +136,21 @@ export default function LandingPage() { name: "Truffle Risotto", price: "$34", variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-radish-meal-with-meat-inside-white-plate-table-food-meal-dinner-restaurant_140725-28248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-radish-meal-with-meat-inside-white-plate-table-food-meal-dinner-restaurant_140725-28248.jpg?_wi=1", }, { id: "p2", name: "Garden Salad", price: "$18", variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-5610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-5610.jpg?_wi=1", }, { id: "p3", name: "Braised Lamb", price: "$42", variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/mussels-with-arugula-grilled-tomato-bread-sticks-sesame_140725-11084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mussels-with-arugula-grilled-tomato-bread-sticks-sesame_140725-11084.jpg?_wi=1", }, { id: "p4", @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "The most incredible dining experience I've had in years. Every bite was perfect.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/couple-is-drinking-white-wine-romantic-dinner-restaurant-holding-hands_8353-10578.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg?_wi=2", imageAlt: "happy customer dining restaurant portrait", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Exquisite attention to detail, from the decor to the last morsel of dessert.", tag: "Newcomer", avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking_23-2148471871.jpg?_wi=2", imageAlt: "happy customer dining restaurant portrait", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { quote: "Unmatched hospitality and truly high-end cuisine. My favorite spot in town.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-lunch-restaurant_23-2150491780.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-radish-meal-with-meat-inside-white-plate-table-food-meal-dinner-restaurant_140725-28248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-radish-meal-with-meat-inside-white-plate-table-food-meal-dinner-restaurant_140725-28248.jpg?_wi=2", imageAlt: "happy customer dining restaurant portrait", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "A hidden gem that sets the standard for fine dining. Highly recommended.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517444.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-5610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-5610.jpg?_wi=2", imageAlt: "happy customer dining restaurant portrait", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { quote: "The seasonal menu is always surprising and deeply satisfying. Truly unique.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517417.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mussels-with-arugula-grilled-tomato-bread-sticks-sesame_140725-11084.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mussels-with-arugula-grilled-tomato-bread-sticks-sesame_140725-11084.jpg?_wi=2", imageAlt: "happy customer dining restaurant portrait", }, ]} -- 2.49.1