From 48c55f28e987b1a8b125cc466e03b338f745ea5e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:20:51 +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 b81430f..4f12e86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,45 +58,45 @@ export default function LandingPage() { description="Experience the opulence and traditional flavors of Empress Palace. Where every meal is a masterpiece crafted for your ultimate satisfaction." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg?_wi=1", imageAlt: "Restaurant ambiance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg?_wi=1", imageAlt: "Gourmet dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg?_wi=2", imageAlt: "Elegant decor", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg?_wi=2", imageAlt: "Signature service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg?_wi=3", imageAlt: "Grand hall", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg?_wi=3", imageAlt: "Exquisite presentation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg?_wi=4", imageAlt: "Culinary art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg?_wi=4", imageAlt: "Fresh ingredients", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-saint-stephen-orthodox-church-istanbul-turkey_1268-22503.jpg?_wi=5", imageAlt: "Tradition meets luxury", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529813.jpg?_wi=5", imageAlt: "Chef at work", }, ]} -- 2.49.1