From b66df22b23b1ad3196eacaec87a003db0791f569 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:44:05 +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 388068b..8384ed4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} slides={[ { - 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", imageAlt: "Gourmet seafood masterpiece", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Fresh Daily", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-cook-cutting-raw-fish-chopping-board-flour-bowl-table_179666-46866.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-cook-cutting-raw-fish-chopping-board-flour-bowl-table_179666-46866.jpg?_wi=1" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> @@ -132,21 +132,21 @@ export default function LandingPage() { name: "Grilled Sea Bass", price: "$38", variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-meat-steak_1203-9915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-meat-steak_1203-9915.jpg?_wi=1", }, { id: "2", name: "Shrimp Delight", price: "$29", variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259761.jpg?_wi=1", }, { id: "3", name: "Seafood Paella", price: "$45", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/pan-with-fried-shrimps_140725-8992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pan-with-fried-shrimps_140725-8992.jpg?_wi=1", }, { id: "4", @@ -218,7 +218,7 @@ export default function LandingPage() { quote: "The best seafood I've tasted in my life. The chef's attention to detail is remarkable.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.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 fine dining", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "Fırat Chef knows his craft. Every dish was a work of art.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cook-cutting-raw-fish-chopping-board-flour-bowl-table_179666-46866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cook-cutting-raw-fish-chopping-board-flour-bowl-table_179666-46866.jpg?_wi=2", imageAlt: "happy customer fine dining", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { quote: "From the appetizers to the main course, everything was perfection.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-chopsticks-with-sushi_496169-325.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-meat-steak_1203-9915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-meat-steak_1203-9915.jpg?_wi=2", imageAlt: "happy customer fine dining", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { quote: "The grilled octopus is a must-try. I will be back soon!", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-potato_23-2148899058.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259761.jpg?_wi=2", imageAlt: "happy customer fine dining", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { quote: "An intimate atmosphere and delicious flavors. High-quality seafood.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pan-with-fried-shrimps_140725-8992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pan-with-fried-shrimps_140725-8992.jpg?_wi=2", imageAlt: "happy customer fine dining", }, ]} -- 2.49.1