Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
186
src/app/page.tsx
186
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Tours",
|
||||
id: "#packages",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Tours", id: "packages" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Inbound Tours Qatar"
|
||||
/>
|
||||
@@ -55,19 +43,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Discover the Beauty of Qatar with Unforgettable Desert Adventures"
|
||||
description="Premium Desert Safaris, City Tours & Family Experiences in Doha. Experience the luxury of the Arabian desert with experts."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Tour",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Tour", href: "#contact"},
|
||||
{
|
||||
text: "WhatsApp Now",
|
||||
href: "https://wa.me/97477451196",
|
||||
},
|
||||
text: "WhatsApp Now", href: "https://wa.me/97477451196"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-desert_158595-1980.jpg"
|
||||
imageAlt="Luxurious Qatar desert safari tour"
|
||||
@@ -95,53 +78,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Safari",
|
||||
name: "Desert Safari Tour",
|
||||
price: "Contact for price",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-carrying-backpack_23-2149408618.jpg",
|
||||
},
|
||||
id: "p1", brand: "Safari", name: "Desert Safari Tour", price: "Contact for price", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-carrying-backpack_23-2149408618.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Sea",
|
||||
name: "Inland Sea Adventure",
|
||||
price: "Contact for price",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-friends-relaxing-together-beach_107420-9890.jpg",
|
||||
},
|
||||
id: "p2", brand: "Sea", name: "Inland Sea Adventure", price: "Contact for price", rating: 5,
|
||||
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/male-friends-relaxing-together-beach_107420-9890.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Safari",
|
||||
name: "Camel Ride Experience",
|
||||
price: "Contact for price",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-desert-landscape_23-2148129855.jpg",
|
||||
},
|
||||
id: "p3", brand: "Safari", name: "Camel Ride Experience", price: "Contact for price", rating: 5,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tourist-desert-landscape_23-2148129855.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "City",
|
||||
name: "Doha City Tour",
|
||||
price: "Contact for price",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-night-building-white-skyline_1203-4306.jpg",
|
||||
},
|
||||
id: "p4", brand: "City", name: "Doha City Tour", price: "Contact for price", rating: 5,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/travel-night-building-white-skyline_1203-4306.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Safari",
|
||||
name: "Sunset Desert Tour",
|
||||
price: "Contact for price",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-extreme-terrain-sandstone-cliffs-eroded-generative-ai_188544-12765.jpg",
|
||||
},
|
||||
id: "p5", brand: "Safari", name: "Sunset Desert Tour", price: "Contact for price", rating: 5,
|
||||
reviewCount: "200 reviews", imageSrc: "http://img.b2bpic.net/free-photo/landscape-extreme-terrain-sandstone-cliffs-eroded-generative-ai_188544-12765.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "VIP",
|
||||
name: "Private VIP Tours",
|
||||
price: "Contact for price",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236711.jpg",
|
||||
},
|
||||
id: "p6", brand: "VIP", name: "Private VIP Tours", price: "Contact for price", rating: 5,
|
||||
reviewCount: "50 reviews", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-backseat-taxi_23-2149236711.jpg"},
|
||||
]}
|
||||
title="Experience Our Best Tours"
|
||||
description="Choose from our curated collection of adventurous and relaxing tours."
|
||||
@@ -155,23 +108,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No hidden fees",
|
||||
"No compromise on safety",
|
||||
"No waiting times",
|
||||
"No rigid scheduling",
|
||||
"No low-quality gear",
|
||||
],
|
||||
"No hidden fees", "No compromise on safety", "No waiting times", "No rigid scheduling", "No low-quality gear"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Professional Tour Guides",
|
||||
"Experienced Desert Drivers",
|
||||
"Family-Friendly Experiences",
|
||||
"Safe & Comfortable Vehicles",
|
||||
"Affordable Packages",
|
||||
"Excellent Customer Reviews",
|
||||
"Local Qatar Tourism Experts",
|
||||
],
|
||||
"Professional Tour Guides", "Experienced Desert Drivers", "Family-Friendly Experiences", "Safe & Comfortable Vehicles", "Affordable Packages", "Excellent Customer Reviews", "Local Qatar Tourism Experts"],
|
||||
}}
|
||||
title="Why Choose Inbound Tours Qatar?"
|
||||
description="Experience Qatar with the best in the business."
|
||||
@@ -184,45 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing Experience",
|
||||
quote: "Amazing desert safari experience with skilled drivers and beautiful views.",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-carrying-backpack_23-2149408617.jpg",
|
||||
},
|
||||
id: "1", title: "Amazing Experience", quote: "Amazing desert safari experience with skilled drivers and beautiful views.", name: "Sarah J.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-carrying-backpack_23-2149408617.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best Guides",
|
||||
quote: "Professional guides and very family-friendly tours.",
|
||||
name: "Michael C.",
|
||||
role: "Father",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-ranch_1303-10963.jpg",
|
||||
},
|
||||
id: "2", title: "Best Guides", quote: "Professional guides and very family-friendly tours.", name: "Michael C.", role: "Father", imageSrc: "http://img.b2bpic.net/free-photo/family-with-little-son-ranch_1303-10963.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Unforgettable",
|
||||
quote: "One of the best adventures we had in Qatar.",
|
||||
name: "Emily R.",
|
||||
role: "Adventurer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473074.jpg",
|
||||
},
|
||||
id: "3", title: "Unforgettable", quote: "One of the best adventures we had in Qatar.", name: "Emily R.", role: "Adventurer", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473074.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "So Safe",
|
||||
quote: "Safe driving, fun dune bashing, and unforgettable memories.",
|
||||
name: "David K.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graceful-long-haired-woman-white-shirt-boy-hat-walking-down-highway-holding-hands-smiling-stylish-couple-crosses-road-talking-about-travel-open-sky-early-morning_197531-2899.jpg",
|
||||
},
|
||||
id: "4", title: "So Safe", quote: "Safe driving, fun dune bashing, and unforgettable memories.", name: "David K.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/graceful-long-haired-woman-white-shirt-boy-hat-walking-down-highway-holding-hands-smiling-stylish-couple-crosses-road-talking-about-travel-open-sky-early-morning_197531-2899.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Top Tier",
|
||||
quote: "We loved the VIP treatment during our desert sunset tour.",
|
||||
name: "Alice T.",
|
||||
role: "Tourista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623160.jpg",
|
||||
},
|
||||
id: "5", title: "Top Tier", quote: "We loved the VIP treatment during our desert sunset tour.", name: "Alice T.", role: "Tourista", imageSrc: "http://img.b2bpic.net/free-photo/bohemian-personalities-going-adventure-together_23-2149623160.jpg"},
|
||||
]}
|
||||
title="What Our Travelers Say"
|
||||
description="Rated 4.7 stars by our happy customers."
|
||||
@@ -236,34 +147,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "g1",
|
||||
value: "See",
|
||||
title: "Safari Photos",
|
||||
items: [
|
||||
"Desert dunes scenery",
|
||||
"SUV thrill",
|
||||
"Horizon views",
|
||||
],
|
||||
id: "g1", value: "See", title: "Safari Photos", items: [
|
||||
"Desert dunes scenery", "SUV thrill", "Horizon views"],
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
value: "Feel",
|
||||
title: "Cultural Vibes",
|
||||
items: [
|
||||
"Camel riding fun",
|
||||
"Authentic atmosphere",
|
||||
"Bedouin heritage",
|
||||
],
|
||||
id: "g2", value: "Feel", title: "Cultural Vibes", items: [
|
||||
"Camel riding fun", "Authentic atmosphere", "Bedouin heritage"],
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
value: "Enjoy",
|
||||
title: "VIP Moments",
|
||||
items: [
|
||||
"Sunset memories",
|
||||
"Luxury travel",
|
||||
"Exclusive access",
|
||||
],
|
||||
id: "g3", value: "Enjoy", title: "VIP Moments", items: [
|
||||
"Sunset memories", "Luxury travel", "Exclusive access"],
|
||||
},
|
||||
]}
|
||||
title="Qatar Through Our Lens"
|
||||
@@ -275,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Qatar Adventure"
|
||||
description="Ready to explore the desert? Contact us for bookings and inquiries. Inbound Tours Qatar - Street 4, Doha, Qatar. Phone: +974 7745 1196."
|
||||
@@ -290,19 +182,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user