12 Commits

Author SHA1 Message Date
d4eba86212 Update src/app/page.tsx 2026-03-11 07:59:33 +00:00
d467bcf4e9 Update src/app/page.tsx 2026-03-11 07:59:08 +00:00
72323c46db Update src/app/page.tsx 2026-03-11 07:58:07 +00:00
41c94374b2 Merge version_7 into main
Merge version_7 into main
2026-03-11 07:54:41 +00:00
3eeeecbb84 Update src/app/page.tsx 2026-03-11 07:54:37 +00:00
78ea034e0e Merge version_6 into main
Merge version_6 into main
2026-03-11 07:53:03 +00:00
1599ef92ba Update src/app/page.tsx 2026-03-11 07:52:59 +00:00
0cff89fe81 Merge version_5 into main
Merge version_5 into main
2026-03-11 07:51:29 +00:00
a0a4fe1a33 Update src/app/page.tsx 2026-03-11 07:51:25 +00:00
b653f07f64 Merge version_4 into main
Merge version_4 into main
2026-03-11 07:49:58 +00:00
ea4427e297 Update src/app/page.tsx 2026-03-11 07:49:54 +00:00
38adf21b4d Merge version_3 into main
Merge version_3 into main
2026-03-11 07:48:20 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
import ProductCardThree from "@/components/sections/product/ProductCardThree"; import ProductCardThree from "@/components/sections/product/ProductCardThree";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
@@ -84,26 +84,27 @@ export default function HomePage() {
</div> </div>
<div id="hero" data-section="hero" className="relative overflow-hidden"> <div id="hero" data-section="hero" className="relative overflow-hidden">
<HeroSplitKpi <HeroBillboardGallery
background={{ variant: "glowing-orb" }}
title="Discover Tanzania Like Never Before" title="Discover Tanzania Like Never Before"
description="Luxury safaris, Zanzibar escapes, and unforgettable African adventures await. Explore Tanzania with experts who understand the magic of the wild." description="Luxury safaris, Zanzibar escapes, and unforgettable African adventures await. Explore Tanzania with experts who understand the magic of the wild."
tag="Explore Tanzania" tag="Explore Tanzania — Limited availability"
tagIcon={Compass} tagIcon={Compass}
enableKpiAnimation={true}
kpis={[
{ value: "20+", label: "Certified Expert Guides" },
{ value: "95%", label: "Safari Success Rate" },
{ value: "1000+", label: "Wildlife Encounters" },
]}
buttons={[ buttons={[
{ text: "Book Your Safari", href: "/booking" }, { text: "Book Your Safari", href: "/booking" },
{ text: "Explore Packages", href: "/safari-packages" }, { text: "Explore Packages", href: "/safari-packages" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg" mediaItems={[
imageAlt="Stunning Tanzanian safari landscape with wildlife" {
imagePosition="right" imageSrc: "http://img.b2bpic.net/free-photo/lonely-acacia-tree-camelthorne-with-blue-sky-background-etosha-national-park-namibia-south-africa_1150-21621.jpg", imageAlt: "Stunning Tanzanian safari landscape with wildlife"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg?_wi=1", imageAlt: "Serengeti National Park safari with wildlife"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg?_wi=1", imageAlt: "Ngorongoro Crater landscape and wildlife"},
{
imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg?_wi=1", imageAlt: "Zanzibar beach resort"},
]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
background={{ variant: "radial-gradient" }}
/> />
</div> </div>
@@ -134,10 +135,10 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
products={[ products={[
{ {
id: "1", name: "Serengeti Safari Experience", price: "$4,500", imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg", imageAlt: "Serengeti National Park safari with wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=serengeti" } id: "1", name: "Serengeti Safari Experience", price: "$4,500", imageSrc: "http://img.b2bpic.net/free-photo/bison-wild-sunny-day_23-2151689001.jpg?_wi=2", imageAlt: "Serengeti National Park safari with wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=serengeti" }
}, },
{ {
id: "2", name: "Ngorongoro Crater Adventure", price: "$3,800", imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg", imageAlt: "Ngorongoro Crater landscape and wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=ngorongoro" } id: "2", name: "Ngorongoro Crater Adventure", price: "$3,800", imageSrc: "http://img.b2bpic.net/free-photo/tribe-wild-horses-eating-grass-field_181624-2323.jpg?_wi=2", imageAlt: "Ngorongoro Crater landscape and wildlife", priceButtonProps: { text: "Book Now", href: "/booking?package=ngorongoro" }
}, },
{ {
id: "3", name: "Tarangire National Park Safari", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/african-savannah-scene-black-white_23-2151774061.jpg", imageAlt: "Tarangire National Park with elephants", priceButtonProps: { text: "Book Now", href: "/booking?package=tarangire" } id: "3", name: "Tarangire National Park Safari", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/african-savannah-scene-black-white_23-2151774061.jpg", imageAlt: "Tarangire National Park with elephants", priceButtonProps: { text: "Book Now", href: "/booking?package=tarangire" }
@@ -149,7 +150,7 @@ export default function HomePage() {
id: "5", name: "Mount Kilimanjaro Trek", price: "$2,800", imageSrc: "http://img.b2bpic.net/free-photo/view-spectacular-nature-landscape_23-2150763652.jpg", imageAlt: "Mount Kilimanjaro expedition", priceButtonProps: { text: "Book Now", href: "/booking?package=kilimanjaro" } id: "5", name: "Mount Kilimanjaro Trek", price: "$2,800", imageSrc: "http://img.b2bpic.net/free-photo/view-spectacular-nature-landscape_23-2150763652.jpg", imageAlt: "Mount Kilimanjaro expedition", priceButtonProps: { text: "Book Now", href: "/booking?package=kilimanjaro" }
}, },
{ {
id: "6", name: "Zanzibar Beach Holiday", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg", imageAlt: "Luxury Zanzibar beach resort", priceButtonProps: { text: "Book Now", href: "/booking?package=zanzibar" } id: "6", name: "Zanzibar Beach Holiday", price: "$3,500", imageSrc: "http://img.b2bpic.net/free-photo/maldives-island_1203-7353.jpg?_wi=2", imageAlt: "Luxury Zanzibar beach resort", priceButtonProps: { text: "Book Now", href: "/booking?package=zanzibar" }
}, },
]} ]}
/> />
@@ -245,11 +246,11 @@ export default function HomePage() {
{ {
id: "1", title: "What is the best time to visit Tanzania?", content: "The best time for safari is June to October during the dry season when wildlife is concentrated around water sources. Zanzibar is beautiful year-round, but November to March offers the warmest weather and calmest seas."}, id: "1", title: "What is the best time to visit Tanzania?", content: "The best time for safari is June to October during the dry season when wildlife is concentrated around water sources. Zanzibar is beautiful year-round, but November to March offers the warmest weather and calmest seas."},
{ {
id: "2", title: "What should I pack for a safari?", content: "Pack neutral-colored clothing, comfortable walking shoes, sunscreen, binoculars, and a camera. Bring light layers as it can be cool at dawn and dusk. Our team will provide a detailed packing list with your booking confirmation."}, id: "2", title: "What is included in the safari package prices?", content: "Our packages typically include accommodation, meals, game drives, professional guides, and park fees. Premium packages also include flights, transfers, and exclusive experiences. Full details are provided with each package."},
{ {
id: "3", title: "Do you offer family-friendly safari experiences?", content: "Absolutely! We have family packages with age-appropriate activities, experienced guides skilled with children, and luxury accommodations suitable for families. We can customize itineraries to match your family's interests."}, id: "3", title: "What should I pack for a safari?", content: "Pack neutral-colored clothing, comfortable walking shoes, sunscreen, binoculars, and a camera. Bring light layers as it can be cool at dawn and dusk. Our team will provide a detailed packing list with your booking confirmation."},
{ {
id: "4", title: "What is included in the safari package prices?", content: "Our packages typically include accommodation, meals, game drives, professional guides, and park fees. Premium packages also include flights, transfers, and exclusive experiences. Full details are provided with each package."}, id: "4", title: "Do you offer family-friendly safari experiences?", content: "Absolutely! We have family packages with age-appropriate activities, experienced guides skilled with children, and luxury accommodations suitable for families. We can customize itineraries to match your family's interests."},
{ {
id: "5", title: "How many days minimum should I book?", content: "We recommend a minimum of 4-5 days for a meaningful safari experience. However, we offer flexible packages from 2 days to extended 10+ day trips. Longer stays allow deeper exploration and higher wildlife viewing odds."}, id: "5", title: "How many days minimum should I book?", content: "We recommend a minimum of 4-5 days for a meaningful safari experience. However, we offer flexible packages from 2 days to extended 10+ day trips. Longer stays allow deeper exploration and higher wildlife viewing odds."},
{ {