Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-18 05:19:48 +00:00

View File

@@ -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" }
]}
/>
<div className="bg-card p-6 md:p-10 rounded-2xl shadow-lg -mt-20 mx-4 md:mx-20 z-10 relative grid grid-cols-1 md:grid-cols-4 gap-6">
@@ -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" }
]}
/>
</div>
@@ -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" }
]}
/>