7 Commits

Author SHA1 Message Date
0644b2d7bc Update src/app/page.tsx 2026-04-18 05:19:44 +00:00
faa00e6e1b Update src/app/page.tsx 2026-04-18 05:19:21 +00:00
f5108452cd Update src/app/page.tsx 2026-04-18 05:18:50 +00:00
85d92a8164 Merge version_3 into main
Merge version_3 into main
2026-04-18 05:15:40 +00:00
dc67c7fa5c Update src/app/page.tsx 2026-04-18 05:15:37 +00:00
73230be66e Merge version_2 into main
Merge version_2 into main
2026-04-18 05:14:45 +00:00
042c016a07 Update src/app/page.tsx 2026-04-18 05:14:39 +00:00

View File

@@ -1,161 +1,142 @@
"use client";
import ReactLenis from "lenis/react";
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine";
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin, MessageCircle } from "lucide-react";
import { MapPin, Calendar, Users } from "lucide-react";
export default function ZidTravelPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Hotels", id: "hotels" },
{ name: "Tours", id: "tours" },
{ name: "Rentals", id: "rentals" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="ZID TRAVEL"
button={{ text: "Book Now", href: "#contact" }}
/>
<HeroCarouselLogo
logoText="ZID TRAVEL"
description="Experience the majesty of Egypt with our premium, curated booking platform. Luxury stays, private tours, and seamless travel management at your fingertips."
buttons={[
{ text: "Find Your Stay", href: "#hotels" },
{ text: "Explore Tours", href: "#tours" },
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-view-boat_23-2150785324.jpg", imageAlt: "Cairo Pyramids Luxury View" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664766.jpg", imageAlt: "Luxor Temple Sunrise" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pool_1203-3236.jpg", imageAlt: "Hurghada Resort Waterfront" },
]}
showDimOverlay={true}
/>
<InlineImageSplitTextAbout
className="pt-40"
heading={[
{ type: "text", content: "Crafting the " },
{ type: "image", src: "http://img.b2bpic.net/free-photo/view-golden-skull_23-2150835859.jpg", alt: "Egypt Culture" },
{ type: "text", content: " ultimate Egyptian getaway with precision and prestige, managed directly for your peace of mind." },
]}
buttons={[
{ text: "Discover Our Services", href: "#about" },
]}
useInvertedBackground={false}
/>
<FeatureCardOne
tag="Premium Services"
tagIcon={Sparkles}
title="Your All-in-One Egyptian Travel Hub"
description="Every booking is hand-confirmed to ensure the highest standards of luxury and availability."
textboxLayout="default"
animationType="slide-up"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{
title: "Handpicked Hotels", description: "Exclusive selection of hotels in Cairo, Sharm El Sheikh, and beyond, with manually verified pricing.", imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160190.jpg", imageAlt: "Hotel"},
{
title: "Tour Packages", description: "Deeply researched cultural tours covering the rich history of the Nile and desert wonders.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-wearing-trucker-hats_23-2149410226.jpg", imageAlt: "Tour"},
{
title: "Luxury Car Rentals", description: "Private chauffeur and premium rental vehicle services for stress-free city or desert travel.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-security-guards-working_23-2148404048.jpg", imageAlt: "Car Rental"}
]}
/>
<FeatureCardNine
tag="Simple Workflow"
tagIcon={Compass}
title="Book in Three Simple Steps"
description="Transparent process from inquiry to confirmed travel luxury."
textboxLayout="default"
showStepNumbers={true}
animationType="slide-up"
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" },
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" },
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" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-food-world-tourism-day_23-2149114059.jpg", imageAlt: "Dashboard" },
},
]}
/>
<FeatureCardMedia
tag="Featured Destinations"
tagIcon={Plane}
title="Explore Egypt's Hidden Gems"
description="The most sought-after resorts and cultural hubs in the heart of Egypt."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{ id: "1", title: "Cairo Nile View", description: "Luxury suites overlooking the river.", tag: "Cairo", imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-9946.jpg" },
{ id: "2", title: "Hurghada Resort", description: "Pristine beaches and all-inclusive luxury.", tag: "Red Sea", imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18838.jpg" },
{ id: "3", title: "Luxor Temple Lodge", description: "Immersive historical stay experience.", tag: "Luxor", imageSrc: "http://img.b2bpic.net/free-photo/summer-nature-sunrise-background-pool_1203-5170.jpg" },
]}
/>
<TestimonialCardFive
tag="Reviews"
title="Trusted by Travelers"
description="Experience the reliability of ZID TRAVEL."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Fahad A.", date: "January 2025", title: "Flawless Cairo Trip", quote: "Everything was perfectly managed, from the hotel transfer to the confirmed room availability.", tag: "Cairo", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg" },
{ id: "2", name: "Sarah K.", date: "December 2024", title: "Luxurious Hurghada Experience", quote: "The manual price check gave me confidence and the service was truly personal.", tag: "Hurghada", avatarSrc: "http://img.b2bpic.net/free-photo/dreamy-caucasian-adult-brunette-woman-smiling-while-working-tablet-drinking-coffee-street-cafe-education-business-work-concept_197531-31232.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-caucasian-adult-brunette-woman-smiling-while-working-tablet-drinking-coffee-street-cafe-education-business-work-concept_197531-31232.jpg" },
]}
/>
<ContactSplitForm
title="Connect via WhatsApp"
description="For immediate assistance or custom itinerary planning, contact our concierge on WhatsApp."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/smart-businessman-office-makes-business-projections-copy-space_482257-123053.jpg"
imageAlt="WhatsApp Concierge"
mediaPosition="right"
buttonText="Chat on WhatsApp"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{ name: "message", placeholder: "How can we assist you with your Egyptian travel plan?", rows: 4 }}
/>
<FooterCard
logoText="ZID TRAVEL"
copyrightText="© 2025 ZID TRAVEL | Premium Egypt Booking Platform"
socialLinks={[
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: MessageCircle, href: "https://wa.me/201553314137", ariaLabel: "WhatsApp" },
]}
/>
</ReactLenis>
</ThemeProvider>
);
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "home" },
{ name: "Hotels", id: "hotels" },
{ name: "Tours", id: "tours" },
{ name: "Car Rental", id: "rentals" },
{ name: "Contact", id: "contact" },
]}
brandName="ZID TRAVEL"
button={{ text: "Book Now", href: "#contact" }}
/>
<div id="hero">
<HeroBillboardCarousel
title="Discover Egypt with Confidence"
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?_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">
<div className="flex flex-col gap-2"><label className="font-bold flex items-center gap-2"><MapPin size={16}/>Destination</label><input className="border p-3 rounded" placeholder="Where to?" /></div>
<div className="flex flex-col gap-2"><label className="font-bold flex items-center gap-2"><Calendar size={16}/>Dates</label><input className="border p-3 rounded" type="date" /></div>
<div className="flex flex-col gap-2"><label className="font-bold flex items-center gap-2"><Users size={16}/>Guests</label><input className="border p-3 rounded" type="number" placeholder="2 Guests" /></div>
<button className="bg-primary-cta text-white font-bold rounded-lg hover:opacity-90 mt-6">Search Now</button>
</div>
</div>
<div id="hotels">
<ProductCardTwo
title="Popular Destinations & Hotels"
description="Verified luxury stays across Egypt's most iconic locations."
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
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?_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>
<div id="tours">
<FeatureCardTwentyNine
title="Exclusive Tour Packages"
description="Expertly crafted cultural journeys with verified history and comfort."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
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?_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" }
]}
/>
</div>
<div id="rentals">
<MetricCardSeven
title="Car Rental Services"
description="Premium vehicle options for all your travel needs."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "c1", value: "50+", title: "Premium Cars", items: ["Sedans", "SUVs", "Chauffeur services"] },
{ id: "c2", value: "24/7", title: "Support", items: ["Roadside assistance", "English-speaking drivers"] }
]}
/>
</div>
<div id="reviews">
<TestimonialCardSixteen
title="Verified Traveler Experiences"
description="See why travelers trust our concierge verification process."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
kpiItems={[{label: "Verified Stays", value: "500+"}, {label: "Happy Guests", value: "98%"}, {label: "Support Rating", value: "5.0"}]}
testimonials={[
{ id: "t1", name: "John D.", role: "Traveler", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg" }
]}
/>
</div>
<div id="contact">
<ContactSplit
tag="Contact"
title="Book Your Egyptian Escape"
description="Reach out to our concierge for custom plans and manual verification of your chosen dates."
background={{ variant: "sparkles-gradient" }}
buttonText="Get A Quote"
imageSrc="http://img.b2bpic.net/free-photo/smart-businessman-office-makes-business-projections-copy-space_482257-123053.jpg"
useInvertedBackground={false}
/>
</div>
<FooterSimple
columns={[
{ title: "Explore", items: [{ label: "Hotels", href: "#hotels" }, { label: "Tours", href: "#tours" }] },
{ title: "Services", items: [{ label: "Car Rental", href: "#rentals" }, { label: "Contact", href: "#contact" }] }
]}
bottomLeftText="© 2025 ZID TRAVEL"
bottomRightText="All rights reserved"
/>
</ReactLenis>
</ThemeProvider>
);
}