Update src/app/page.tsx

This commit is contained in:
2026-05-10 18:49:45 +00:00
parent ae89b64225
commit b78804ed57

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Tours",
id: "tours",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Tours", id: "tours" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Inbound Tours Qatar"
/>
@@ -53,99 +41,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Discover the Beauty of Qatar with Unforgettable Desert Adventures"
description="Premium Desert Safaris, City Tours & Family Experiences in Doha"
leftCarouselItems={[
{
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/panoramic-shot-erg-chebbi-dunes-sahara-desert-morocco_181624-9722.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/panoramic-shot-erg-chebbi-dunes-sahara-desert-morocco_181624-9722.jpg" }
]}
rightCarouselItems={[
{
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/high-angle-shot-patterned-sand-texture-captured-namibia_181624-17334.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/high-angle-shot-patterned-sand-texture-captured-namibia_181624-17334.jpg" }
]}
buttons={[
{
text: "Book Your Tour",
href: "#contact",
},
{
text: "WhatsApp Now",
href: "https://wa.me/97477451196",
},
{ text: "Book Your Tour", href: "#contact" },
{ text: "WhatsApp Now", href: "https://wa.me/97477451196" }
]}
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/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",
},
{ 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/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"
marqueeItems={[
{
type: "text",
text: "Doha Safari Specialists",
},
{
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",
},
{ type: "text", text: "Doha Safari Specialists" },
{ 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>
@@ -155,8 +85,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Trusted Doha Travel Experts"
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.",
"With experienced drivers, strict safety protocols, and true Arabian hospitality, we ensure every guest leaves with memories that last a lifetime.",
"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."
]}
/>
</div>
@@ -168,42 +97,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
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: "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",
},
{ id: "p1", name: "Desert Safari", price: "From $80", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473062.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"
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">
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
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: "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",
},
{ 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: "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"
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"
useInvertedBackground={false}
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: "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",
},
{ 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: "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"
description="See why our guests rate us 4.7 stars."
@@ -304,43 +148,24 @@ export default function LandingPage() {
title="Qatar by the Numbers"
tag="Our Achievements"
metrics={[
{
id: "m1",
value: "4.7★",
description: "Google Rating",
},
{
id: "m2",
value: "1000+",
description: "Tours Completed",
},
{
id: "m3",
value: "10+",
description: "Experience Years",
},
{ id: "m1", value: "4.7★", description: "Google Rating" },
{ id: "m2", value: "1000+", description: "Tours Completed" },
{ id: "m3", value: "10+", description: "Experience Years" }
]}
metricsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Ready for your Qatar Adventure?"
description="Located at Street 4, Doha. Call us or message us on WhatsApp for a custom booking."
buttons={[
{
text: "Call +974 7745 1196",
href: "tel:+97477451196",
},
{
text: "WhatsApp Inquiry",
href: "https://wa.me/97477451196",
},
{ text: "Call +974 7745 1196", href: "tel:+97477451196" },
{ text: "WhatsApp Inquiry", href: "https://wa.me/97477451196" }
]}
/>
</div>
@@ -349,39 +174,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Links",
items: [
{
label: "Desert Safari",
href: "#",
},
{
label: "City Tours",
href: "#",
},
{
label: "About",
href: "#about",
},
],
title: "Links", items: [
{ label: "Desert Safari", href: "#" },
{ label: "City Tours", href: "#" },
{ label: "About", href: "#about" }
]
},
{
title: "Support",
items: [
{
label: "WhatsApp",
href: "https://wa.me/97477451196",
},
{
label: "Location",
href: "https://maps.app.goo.gl/YABSq9EUr33uSJSj7",
},
{
label: "Call Us",
href: "tel:+97477451196",
},
],
},
title: "Support", items: [
{ label: "WhatsApp", href: "https://wa.me/97477451196" },
{ label: "Location", href: "https://maps.app.goo.gl/YABSq9EUr33uSJSj7" },
{ label: "Call Us", href: "tel:+97477451196" }
]
}
]}
logoText="Inbound Tours Qatar"
copyrightText="© 2025 Inbound Tours Qatar. Powered by Inbound Tours Qatar."
@@ -390,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}