Merge version_4 into main #4
@@ -2,7 +2,6 @@
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
@@ -11,7 +10,7 @@ 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, MapPin, Calendar, Users, Car, Phone } from "lucide-react";
|
||||
import { MapPin, Calendar, Users } from "lucide-react";
|
||||
|
||||
export default function ZidTravelPage() {
|
||||
return (
|
||||
@@ -65,6 +64,7 @@ export default function ZidTravelPage() {
|
||||
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" },
|
||||
{ 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" }
|
||||
@@ -79,6 +79,7 @@ export default function ZidTravelPage() {
|
||||
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", titleImageSrc: "", buttonText: "Book Tour" },
|
||||
@@ -93,6 +94,7 @@ export default function ZidTravelPage() {
|
||||
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"] }
|
||||
@@ -105,6 +107,7 @@ export default function ZidTravelPage() {
|
||||
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={[
|
||||
@@ -115,11 +118,13 @@ export default function ZidTravelPage() {
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user