Update src/app/page.tsx
This commit is contained in:
319
src/app/page.tsx
319
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Tours", id: "tours" },
|
||||||
id: "hero",
|
{ name: "About", id: "about" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Tours",
|
|
||||||
id: "tours",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Inbound Tours Qatar"
|
brandName="Inbound Tours Qatar"
|
||||||
/>
|
/>
|
||||||
@@ -53,99 +41,41 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Discover the Beauty of Qatar with Unforgettable Desert Adventures"
|
title="Discover the Beauty of Qatar with Unforgettable Desert Adventures"
|
||||||
description="Premium Desert Safaris, City Tours & Family Experiences in Doha"
|
description="Premium Desert Safaris, City Tours & Family Experiences in Doha"
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473100.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473100.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/4x4-richtersveld-park_181624-23340.jpg" },
|
||||||
},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/desert-landscape-with-cacti-species-plant_23-2151204661.jpg" },
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/yellow-truck-riding-sandy-ground-cloudy-blue-sky_181624-17240.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/4x4-richtersveld-park_181624-23340.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/panoramic-shot-erg-chebbi-dunes-sahara-desert-morocco_181624-9722.jpg" }
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/desert-landscape-with-cacti-species-plant_23-2151204661.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-truck-riding-sandy-ground-cloudy-blue-sky_181624-17240.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-shot-erg-chebbi-dunes-sahara-desert-morocco_181624-9722.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
rightCarouselItems={[
|
rightCarouselItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/group-people-camels-desert_181624-59627.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-people-camels-desert_181624-59627.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473079.jpg" },
|
||||||
},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sand-dunes_181624-27045.jpg" },
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-cliff-by-sea-sunlight_181624-48670.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473079.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-patterned-sand-texture-captured-namibia_181624-17334.jpg" }
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-sand-dunes_181624-27045.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-cliff-by-sea-sunlight_181624-48670.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-patterned-sand-texture-captured-namibia_181624-17334.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Book Your Tour", href: "#contact" },
|
||||||
text: "Book Your Tour",
|
{ text: "WhatsApp Now", href: "https://wa.me/97477451196" }
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "WhatsApp Now",
|
|
||||||
href: "https://wa.me/97477451196",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/woman-holding-camera-with-man-off-road-vehicle_107420-9744.jpg", alt: "Traveler 1" },
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-holding-camera-with-man-off-road-vehicle_107420-9744.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/old-truck-field_181624-477.jpg", alt: "Traveler 2" },
|
||||||
alt: "Traveler 1",
|
{ src: "http://img.b2bpic.net/free-photo/indian-travel-destination-beautiful-attractive_53876-16344.jpg", alt: "Traveler 3" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/three-friends-traveling-together-by-car_23-2148771886.jpg", alt: "Traveler 4" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/camels-sleep-starry-sky-sahara-desert_661209-137.jpg", alt: "Traveler 5" }
|
||||||
src: "http://img.b2bpic.net/free-photo/old-truck-field_181624-477.jpg",
|
|
||||||
alt: "Traveler 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/indian-travel-destination-beautiful-attractive_53876-16344.jpg",
|
|
||||||
alt: "Traveler 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/three-friends-traveling-together-by-car_23-2148771886.jpg",
|
|
||||||
alt: "Traveler 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/camels-sleep-starry-sky-sahara-desert_661209-137.jpg",
|
|
||||||
alt: "Traveler 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 1000+ happy explorers"
|
avatarText="Join 1000+ happy explorers"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Doha Safari Specialists" },
|
||||||
type: "text",
|
{ type: "text", text: "Luxury Off-Road Fleet" },
|
||||||
text: "Doha Safari Specialists",
|
{ type: "text", text: "Professional Tour Guides" },
|
||||||
},
|
{ type: "text", text: "Authentic Qatari Culture" },
|
||||||
{
|
{ type: "text", text: "Safety First Commitment" }
|
||||||
type: "text",
|
|
||||||
text: "Luxury Off-Road Fleet",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Professional Tour Guides",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Authentic Qatari Culture",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Safety First Commitment",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -155,8 +85,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Trusted Doha Travel Experts"
|
title="Trusted Doha Travel Experts"
|
||||||
description={[
|
description={[
|
||||||
"At Inbound Tours Qatar, we curate unforgettable adventures based in the heart of Doha. Our team specializes in Desert Safaris, Dune Bashing, Inland Sea Tours, and authentic cultural experiences.",
|
"At Inbound Tours Qatar, we curate unforgettable adventures based in the heart of Doha. Our team specializes in Desert Safaris, Dune Bashing, Inland Sea Tours, and authentic cultural experiences.", "With experienced drivers, strict safety protocols, and true Arabian hospitality, we ensure every guest leaves with memories that last a lifetime."
|
||||||
"With experienced drivers, strict safety protocols, and true Arabian hospitality, we ensure every guest leaves with memories that last a lifetime.",
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -168,42 +97,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "Desert Safari", price: "From $80", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473062.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "Inland Sea Adventure", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-lake-powell-from-near-glen-canyon-dam-page-town_181624-38653.jpg" },
|
||||||
name: "Desert Safari",
|
{ id: "p3", name: "Camel Ride Experience", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/shadows-camels-sahara-desert-merzouga_661209-123.jpg" },
|
||||||
price: "From $80",
|
{ id: "p4", name: "Doha City Tour", price: "From $60", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-mountain-view_23-2148232294.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473062.jpg",
|
{ id: "p5", name: "Sunset Desert Tour", price: "From $95", imageSrc: "http://img.b2bpic.net/free-photo/natural-rock-formations-landscape_23-2151723092.jpg" },
|
||||||
},
|
{ id: "p6", name: "Private VIP Tours", price: "Contact Us", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-silver-car-approaching-giraffe-safari_181624-23101.jpg" }
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Inland Sea Adventure",
|
|
||||||
price: "From $120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-lake-powell-from-near-glen-canyon-dam-page-town_181624-38653.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Camel Ride Experience",
|
|
||||||
price: "From $50",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shadows-camels-sahara-desert-merzouga_661209-123.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "Doha City Tour",
|
|
||||||
price: "From $60",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-mountain-view_23-2148232294.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "Sunset Desert Tour",
|
|
||||||
price: "From $95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-rock-formations-landscape_23-2151723092.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "Private VIP Tours",
|
|
||||||
price: "Contact Us",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-silver-car-approaching-giraffe-safari_181624-23101.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Experiences"
|
title="Our Signature Experiences"
|
||||||
description="Hand-picked adventures designed to show you the best of Qatar."
|
description="Hand-picked adventures designed to show you the best of Qatar."
|
||||||
@@ -212,33 +111,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", title: "Expert Drivers", descriptions: ["Certified and experienced in safe dune bashing."], imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-backpack-desert_23-2149408621.jpg" },
|
||||||
id: "f1",
|
{ id: "f2", title: "Safe & Comfortable", descriptions: ["Luxury SUVs maintained for maximum safety."], imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473124.jpg" },
|
||||||
title: "Expert Drivers",
|
{ id: "f3", title: "Local Tourism Experts", descriptions: ["Deep knowledge of Qatar's hidden treasures."], imageSrc: "http://img.b2bpic.net/free-photo/front-view-islamic-man-traveling_23-2151064017.jpg" }
|
||||||
descriptions: [
|
|
||||||
"Certified and experienced in safe dune bashing.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-backpack-desert_23-2149408621.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Safe & Comfortable",
|
|
||||||
descriptions: [
|
|
||||||
"Luxury SUVs maintained for maximum safety.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473124.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "Local Tourism Experts",
|
|
||||||
descriptions: [
|
|
||||||
"Deep knowledge of Qatar's hidden treasures.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-islamic-man-traveling_23-2151064017.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Inbound Tours Qatar"
|
title="Why Choose Inbound Tours Qatar"
|
||||||
description="We blend professional logistics with authentic warmth to create the best desert experiences in Qatar."
|
description="We blend professional logistics with authentic warmth to create the best desert experiences in Qatar."
|
||||||
@@ -252,46 +131,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Sarah J.", role: "Traveler", company: "UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-trucker-hats_23-2149410234.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Marc K.", role: "Family", company: "Germany", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hikers-top_181624-271.jpg" },
|
||||||
name: "Sarah J.",
|
{ id: "t3", name: "Elena R.", role: "Soloist", company: "Italy", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiley-traveler-with-binocular_23-2148622667.jpg" },
|
||||||
role: "Traveler",
|
{ id: "t4", name: "David W.", role: "VIP", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/muslim-women-with-hijabs-taking-selfie-while-being-vacation_23-2149309168.jpg" },
|
||||||
company: "UK",
|
{ id: "t5", name: "Lina B.", role: "Photographer", company: "France", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-wearing-trucker-hats-desert_23-2149410218.jpg" }
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-with-trucker-hats_23-2149410234.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Marc K.",
|
|
||||||
role: "Family",
|
|
||||||
company: "Germany",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hikers-top_181624-271.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Elena R.",
|
|
||||||
role: "Soloist",
|
|
||||||
company: "Italy",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-traveler-with-binocular_23-2148622667.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "David W.",
|
|
||||||
role: "VIP",
|
|
||||||
company: "USA",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/muslim-women-with-hijabs-taking-selfie-while-being-vacation_23-2149309168.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "Lina B.",
|
|
||||||
role: "Photographer",
|
|
||||||
company: "France",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-wearing-trucker-hats-desert_23-2149410218.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Customer Experiences"
|
title="Customer Experiences"
|
||||||
description="See why our guests rate us 4.7 stars."
|
description="See why our guests rate us 4.7 stars."
|
||||||
@@ -304,43 +148,24 @@ export default function LandingPage() {
|
|||||||
title="Qatar by the Numbers"
|
title="Qatar by the Numbers"
|
||||||
tag="Our Achievements"
|
tag="Our Achievements"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "4.7★", description: "Google Rating" },
|
||||||
id: "m1",
|
{ id: "m2", value: "1000+", description: "Tours Completed" },
|
||||||
value: "4.7★",
|
{ id: "m3", value: "10+", description: "Experience Years" }
|
||||||
description: "Google Rating",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "1000+",
|
|
||||||
description: "Tours Completed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "10+",
|
|
||||||
description: "Experience Years",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient",
|
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready for your Qatar Adventure?"
|
title="Ready for your Qatar Adventure?"
|
||||||
description="Located at Street 4, Doha. Call us or message us on WhatsApp for a custom booking."
|
description="Located at Street 4, Doha. Call us or message us on WhatsApp for a custom booking."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Call +974 7745 1196", href: "tel:+97477451196" },
|
||||||
text: "Call +974 7745 1196",
|
{ text: "WhatsApp Inquiry", href: "https://wa.me/97477451196" }
|
||||||
href: "tel:+97477451196",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "WhatsApp Inquiry",
|
|
||||||
href: "https://wa.me/97477451196",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -349,39 +174,19 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Links",
|
title: "Links", items: [
|
||||||
items: [
|
{ label: "Desert Safari", href: "#" },
|
||||||
{
|
{ label: "City Tours", href: "#" },
|
||||||
label: "Desert Safari",
|
{ label: "About", href: "#about" }
|
||||||
href: "#",
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "City Tours",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "About",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
{ label: "WhatsApp", href: "https://wa.me/97477451196" },
|
||||||
{
|
{ label: "Location", href: "https://maps.app.goo.gl/YABSq9EUr33uSJSj7" },
|
||||||
label: "WhatsApp",
|
{ label: "Call Us", href: "tel:+97477451196" }
|
||||||
href: "https://wa.me/97477451196",
|
]
|
||||||
},
|
}
|
||||||
{
|
|
||||||
label: "Location",
|
|
||||||
href: "https://maps.app.goo.gl/YABSq9EUr33uSJSj7",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Call Us",
|
|
||||||
href: "tel:+97477451196",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoText="Inbound Tours Qatar"
|
logoText="Inbound Tours Qatar"
|
||||||
copyrightText="© 2025 Inbound Tours Qatar. Powered by Inbound Tours Qatar."
|
copyrightText="© 2025 Inbound Tours Qatar. Powered by Inbound Tours Qatar."
|
||||||
@@ -390,4 +195,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user