Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-18 05:14:45 +00:00

View File

@@ -94,15 +94,15 @@ export default function ZidTravelPage() {
useInvertedBackground={false}
features={[
{
title: "Choose Your Escape", description: "Browse our high-quality inventory of hotels and tour packages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114032.jpg", imageAlt: "Searching hotels" },
title: "Choose Your Escape", description: "Enjoy Guaranteed Availability across our premium selection of hotels and curated tour packages.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-spanish-food-world-tourism-day_23-2149114032.jpg", imageAlt: "Searching hotels" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114061.jpg", imageAlt: "Hotel view" },
},
{
title: "Send Request", description: "Submit your request for your preferred dates and room type.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-smartphone-with-black-friday-discount-coupon-while-paying-purchases-checkout-cashier-scanning-promotional-promo-code-displayed-consumer-mobile-device_482257-69278.jpg", imageAlt: "Booking form" },
title: "Send Request", description: "Submit your requirements and receive Personalized Concierge Support tailored to your unique travel goals.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-smartphone-with-black-friday-discount-coupon-while-paying-purchases-checkout-cashier-scanning-promotional-promo-code-displayed-consumer-mobile-device_482257-69278.jpg", imageAlt: "Booking form" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/digital-connection-technology-social-media_53876-124327.jpg", imageAlt: "WhatsApp support" },
},
{
title: "Instant Confirmation", description: "Our team validates your room and sends a secure, manual payment link.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-sitting-bed-with-cup-coffee-using-smartphone-looking-it-with-smile-face-bedroom-interior-light-background_141793-45394.jpg", imageAlt: "Confirmed" },
title: "Instant Confirmation", description: "Get peace of mind with our white-glove verification process ensuring all arrangements are ready for your arrival.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-sitting-bed-with-cup-coffee-using-smartphone-looking-it-with-smile-face-bedroom-interior-light-background_141793-45394.jpg", imageAlt: "Confirmed" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114059.jpg", imageAlt: "Dashboard" },
},
]}
@@ -158,4 +158,4 @@ export default function ZidTravelPage() {
</ReactLenis>
</ThemeProvider>
);
}
}