Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -31,59 +32,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Safaris",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Packages",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Safaris", id: "features" },
|
||||
{ name: "Packages", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TanzaLux Safaris"
|
||||
button={{ text: "Enquire Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unforgettable Tanzanian Adventures"
|
||||
description="Experience the Serengeti, Ngorongoro, and Kilimanjaro with TanzaLux Safaris. Your journey into the heart of Africa begins here."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690195.jpg",
|
||||
imageAlt: "Lion at sunrise",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-dehesa-de-la-luz-extremadura-spain_181624-48693.jpg",
|
||||
imageAlt: "Elephants at Ngorongoro",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-landscape-namib-desert-namibia-blue-sky-white-clouds_181624-33404.jpg",
|
||||
imageAlt: "Mount Kilimanjaro",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-woman-holding-bottle-while-sitting-vehicle_107420-9757.jpg",
|
||||
imageAlt: "Safari jeep in Serengeti",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/night-sky-african-savanna_23-2151979107.jpg",
|
||||
imageAlt: "Acacia at night",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/zebra-wild_23-2151690195.jpg", imageAlt: "Lion at sunrise" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-dehesa-de-la-luz-extremadura-spain_181624-48693.jpg", imageAlt: "Elephants at Ngorongoro" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-landscape-namib-desert-namibia-blue-sky-white-clouds_181624-33404.jpg", imageAlt: "Mount Kilimanjaro" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-woman-holding-bottle-while-sitting-vehicle_107420-9757.jpg", imageAlt: "Safari jeep in Serengeti" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/night-sky-african-savanna_23-2151979107.jpg", imageAlt: "Acacia at night" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -96,18 +66,9 @@ export default function LandingPage() {
|
||||
title="Masters of the Tanzanian Wild"
|
||||
description="With over 15 years of local expertise, TanzaLux Safaris curates world-class expeditions through East Africa's most iconic landscapes. We bridge the gap between rugged adventure and refined luxury comfort."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Guides",
|
||||
description: "Local professionals with deep ecosystem knowledge.",
|
||||
},
|
||||
{
|
||||
title: "Sustainable Tourism",
|
||||
description: "We prioritize conservation and community benefits.",
|
||||
},
|
||||
{
|
||||
title: "Tailored Luxury",
|
||||
description: "Customized itineraries for every traveler type.",
|
||||
},
|
||||
{ title: "Expert Guides", description: "Local professionals with deep ecosystem knowledge." },
|
||||
{ title: "Sustainable Tourism", description: "We prioritize conservation and community benefits." },
|
||||
{ title: "Tailored Luxury", description: "Customized itineraries for every traveler type." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-natural-beautiful-woman-pale-gown-posing-marquee-tropical-vacation-straw-hat-sensual-summer-outfit-resort-boho-vintage-style_285396-6198.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -119,30 +80,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Photographic Safaris",
|
||||
description: "Specialized vehicles and guidance for photographers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-still-life_23-2150630668.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Airborne Adventures",
|
||||
description: "Hot air balloon safaris over the endless plains.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-plane-flying-sky_23-2149553589.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Expert Trackers",
|
||||
description: "Dedicated trackers to spot elusive wildlife species.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-tourist-woman-nature-with-map_23-2148620168.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Bush Dining",
|
||||
description: "Exquisite gourmet meals under the African sky.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-together_23-2149026887.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{ title: "Photographic Safaris", description: "Specialized vehicles and guidance for photographers.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-still-life_23-2150630668.jpg", buttonIcon: Zap },
|
||||
{ title: "Airborne Adventures", description: "Hot air balloon safaris over the endless plains.", imageSrc: "http://img.b2bpic.net/free-photo/landscape-with-plane-flying-sky_23-2149553589.jpg", buttonIcon: Zap },
|
||||
{ title: "Expert Trackers", description: "Dedicated trackers to spot elusive wildlife species.", imageSrc: "http://img.b2bpic.net/free-photo/senior-tourist-woman-nature-with-map_23-2148620168.jpg", buttonIcon: Zap },
|
||||
{ title: "Bush Dining", description: "Exquisite gourmet meals under the African sky.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-together_23-2149026887.jpg", buttonIcon: Zap },
|
||||
]}
|
||||
title="Why Choose TanzaLux"
|
||||
description="Unmatched immersion in the wild without compromising on safety or luxury standards."
|
||||
@@ -155,57 +96,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Essential Serengeti",
|
||||
price: "$3,500",
|
||||
features: [
|
||||
"3 Days",
|
||||
"Luxury Tents",
|
||||
"All Meals",
|
||||
"Game Drives",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Kilimanjaro Summit",
|
||||
price: "$5,800",
|
||||
features: [
|
||||
"7 Days",
|
||||
"Expert Porters",
|
||||
"Gear Included",
|
||||
"Summit Attempt",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Grand Crater Tour",
|
||||
price: "$7,200",
|
||||
features: [
|
||||
"10 Days",
|
||||
"Ngorongoro & Serengeti",
|
||||
"Private Vehicles",
|
||||
"Luxury Lodge",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "p1", name: "Essential Serengeti", price: "$3,500", features: ["3 Days", "Luxury Tents", "All Meals", "Game Drives"], buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ id: "p2", name: "Kilimanjaro Summit", price: "$5,800", features: ["7 Days", "Expert Porters", "Gear Included", "Summit Attempt"], buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
{ id: "p3", name: "Grand Crater Tour", price: "$7,200", features: ["10 Days", "Ngorongoro & Serengeti", "Private Vehicles", "Luxury Lodge"], buttons: [{ text: "Book Now", href: "#contact" }] },
|
||||
]}
|
||||
title="Safari Expeditions"
|
||||
description="Choose the perfect itinerary for your Tanzanian dream vacation."
|
||||
@@ -218,21 +111,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Trusted Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2000+",
|
||||
description: "Successful Safaris",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Guest Satisfaction",
|
||||
},
|
||||
{ id: "m1", value: "15+", description: "Years of Experience" },
|
||||
{ id: "m2", value: "2000+", description: "Successful Safaris" },
|
||||
{ id: "m3", value: "98%", description: "Guest Satisfaction" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -244,41 +125,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
handle: "@travel.alice",
|
||||
testimonial: "The best safari experience of my life. Professional and personal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-woman-with-magnifying-glass_23-2147653073.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "John D.",
|
||||
handle: "@explorer_john",
|
||||
testimonial: "TanzaLux made the Ngorongoro crater feel magical and private.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-with-photography-mountain_1150-7518.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah P.",
|
||||
handle: "@sarah.travels",
|
||||
testimonial: "Everything was seamless, from the airport to the summit trek.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-away-while-standing-by-off-road-vehicle-field_107420-9777.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mike B.",
|
||||
handle: "@mike_tanzania",
|
||||
testimonial: "Incredible guides and luxury lodges that exceeded all expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-walking-together_23-2149026853.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe R.",
|
||||
handle: "@chloe_cam",
|
||||
testimonial: "Unforgettable photos and wildlife encounters. Truly world-class.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-using-binoculars_23-2149557239.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alice M.", handle: "@travel.alice", testimonial: "The best safari experience of my life. Professional and personal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-woman-with-magnifying-glass_23-2147653073.jpg" },
|
||||
{ id: "t2", name: "John D.", handle: "@explorer_john", testimonial: "TanzaLux made the Ngorongoro crater feel magical and private.", imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-with-photography-mountain_1150-7518.jpg" },
|
||||
{ id: "t3", name: "Sarah P.", handle: "@sarah.travels", testimonial: "Everything was seamless, from the airport to the summit trek.", imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-away-while-standing-by-off-road-vehicle-field_107420-9777.jpg" },
|
||||
{ id: "t4", name: "Mike B.", handle: "@mike_tanzania", testimonial: "Incredible guides and luxury lodges that exceeded all expectations.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-walking-together_23-2149026853.jpg" },
|
||||
{ id: "t5", name: "Chloe R.", handle: "@chloe_cam", testimonial: "Unforgettable photos and wildlife encounters. Truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-using-binoculars_23-2149557239.jpg" },
|
||||
]}
|
||||
title="What Our Travelers Say"
|
||||
description="Heartfelt experiences from explorers who journeyed with us across the plains."
|
||||
@@ -289,21 +140,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "When is the best time to visit?",
|
||||
content: "Best wildlife viewing is during the dry season, June to October.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do I need a Visa?",
|
||||
content: "Most international travelers require an E-visa to enter Tanzania.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is it family-friendly?",
|
||||
content: "Yes, we customize itineraries suitable for families with children.",
|
||||
},
|
||||
{ id: "f1", title: "When is the best time to visit?", content: "Best wildlife viewing is during the dry season, June to October." },
|
||||
{ id: "f2", title: "Do I need a Visa?", content: "Most international travelers require an E-visa to enter Tanzania." },
|
||||
{ id: "f3", title: "Is it family-friendly?", content: "Yes, we customize itineraries suitable for families with children." },
|
||||
]}
|
||||
sideTitle="Travel Planning Info"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -313,9 +152,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Book Your Adventure"
|
||||
title="Start Your Tanzanian Journey"
|
||||
description="Ready for your dream safari? Reach out for a bespoke itinerary today."
|
||||
@@ -327,14 +164,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="TanzaLux Safaris"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user