From 0644b2d7bc8e28ea2a7b75bf30b55ef14f46d8aa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:19:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a22dcd..76ae114 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function ZidTravelPage() { description="Concierge-style luxury travel. Every booking is manually verified to ensure flawless quality and peace of mind." background={{ variant: "sparkles-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/interior-view-boat_23-2150785324.jpg", imageAlt: "Nile Luxury" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pool_1203-3236.jpg", imageAlt: "Resort" } + { imageSrc: "http://img.b2bpic.net/free-photo/interior-view-boat_23-2150785324.jpg?_wi=1", imageAlt: "Nile Luxury" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pool_1203-3236.jpg?_wi=1", imageAlt: "Resort" } ]} />
@@ -66,8 +66,8 @@ export default function ZidTravelPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "1", brand: "Cairo", name: "Nile Palace Suites", price: "$450/nt", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-boat_23-2150785324.jpg" }, - { id: "2", brand: "Red Sea", name: "Coral Shore Resort", price: "$320/nt", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/pool_1203-3236.jpg" } + { id: "1", brand: "Cairo", name: "Nile Palace Suites", price: "$450/nt", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-boat_23-2150785324.jpg?_wi=2" }, + { id: "2", brand: "Red Sea", name: "Coral Shore Resort", price: "$320/nt", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/pool_1203-3236.jpg?_wi=2" } ]} />
@@ -82,7 +82,7 @@ export default function ZidTravelPage() { useInvertedBackground={false} features={[ { title: "Ancient Pyramids", description: "Private guided tour of Giza plateau.", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664766.jpg", titleImageSrc: "", buttonText: "Book Tour" }, - { title: "Nile Cruise", description: "Experience the river on a luxury boat.", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-boat_23-2150785324.jpg", titleImageSrc: "", buttonText: "Book Tour" }, + { title: "Nile Cruise", description: "Experience the river on a luxury boat.", imageSrc: "http://img.b2bpic.net/free-photo/interior-view-boat_23-2150785324.jpg?_wi=3", titleImageSrc: "", buttonText: "Book Tour" }, { title: "Desert Safari", description: "Thrilling adventure through the dunes.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-9946.jpg", titleImageSrc: "", buttonText: "Book Tour" } ]} /> -- 2.49.1