Merge version_1 into main #2
@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Edit, FileText, Mail, Phone } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -26,22 +26,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Safaris",
|
||||
id: "/safaris",
|
||||
},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "/destinations",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Safaris", id: "/safaris" },
|
||||
{ name: "Destinations", id: "/destinations" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Enkiama Safaris"
|
||||
/>
|
||||
@@ -51,18 +39,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Let's Start Your Journey"
|
||||
metrics={[
|
||||
{
|
||||
icon: Phone,
|
||||
label: "Direct Support",
|
||||
value: "+254 000",
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
label: "Inquiries",
|
||||
value: "hello@enkiama.com",
|
||||
},
|
||||
]}
|
||||
metrics={[{ icon: Phone, label: "Direct Support", value: "+254 000" }, { icon: Mail, label: "Inquiries", value: "hello@enkiama.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,71 +51,17 @@ export default function LandingPage() {
|
||||
title="Booking Process"
|
||||
description="Simple steps to your bespoke African dream."
|
||||
features={[
|
||||
{
|
||||
title: "Inquiry",
|
||||
description: "Share your preferences and dates.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Edit,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/international-animal-rights-day-banner_1308-122979.jpg?_wi=3",
|
||||
imageAlt: "travel award gold badge",
|
||||
},
|
||||
{
|
||||
title: "Proposal",
|
||||
description: "We craft a personalized itinerary.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: FileText,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=5",
|
||||
imageAlt: "travel award gold badge",
|
||||
},
|
||||
{ title: "Inquiry", description: "Share your preferences and dates.", bentoComponent: "reveal-icon", icon: Edit },
|
||||
{ title: "Proposal", description: "We craft a personalized itinerary.", bentoComponent: "reveal-icon", icon: FileText }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg"
|
||||
logoText="Enkiama Safaris"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Experiences",
|
||||
items: [
|
||||
{
|
||||
label: "Safari Packages",
|
||||
href: "/safaris",
|
||||
},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Our Team", href: "/about#team" }] }, { title: "Experiences", items: [{ label: "Safari Packages", href: "/safaris" }, { label: "Destinations", href: "/destinations" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }]}
|
||||
copyrightText="© 2025 Enkiama Safaris. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Camera, Compass, Mountain, Sun } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function DestinationsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -26,22 +26,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Safaris",
|
||||
id: "/safaris",
|
||||
},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "/destinations",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Safaris", id: "/safaris" },
|
||||
{ name: "Destinations", id: "/destinations" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Enkiama Safaris"
|
||||
/>
|
||||
@@ -55,22 +43,8 @@ export default function LandingPage() {
|
||||
title="Iconic Landscapes"
|
||||
description="From Amboseli plains to the shores of Lake Turkana."
|
||||
features={[
|
||||
{
|
||||
title: "Amboseli National Park",
|
||||
description: "Where Kilimanjaro meets the elephants.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Mountain,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/international-animal-rights-day-banner_1308-122979.jpg?_wi=2",
|
||||
imageAlt: "travel award gold badge",
|
||||
},
|
||||
{
|
||||
title: "Maasai Mara",
|
||||
description: "The quintessential wildlife spectacle.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Compass,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=4",
|
||||
imageAlt: "travel award gold badge",
|
||||
},
|
||||
{ title: "Amboseli National Park", description: "Where Kilimanjaro meets the elephants.", bentoComponent: "reveal-icon", icon: Mountain },
|
||||
{ title: "Maasai Mara", description: "The quintessential wildlife spectacle.", bentoComponent: "reveal-icon", icon: Compass }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,66 +53,15 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Geographic Highlights"
|
||||
metrics={[
|
||||
{
|
||||
icon: Sun,
|
||||
label: "Avg Temp",
|
||||
value: "26°C",
|
||||
},
|
||||
{
|
||||
icon: Camera,
|
||||
label: "Photogenic Zones",
|
||||
value: "20+",
|
||||
},
|
||||
]}
|
||||
metrics={[{ icon: Sun, label: "Avg Temp", value: "26°C" }, { icon: Camera, label: "Photogenic Zones", value: "20+" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg"
|
||||
logoText="Enkiama Safaris"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Experiences",
|
||||
items: [
|
||||
{
|
||||
label: "Safari Packages",
|
||||
href: "/safaris",
|
||||
},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Our Team", href: "/about#team" }] }, { title: "Experiences", items: [{ label: "Safari Packages", href: "/safaris" }, { label: "Destinations", href: "/destinations" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }]}
|
||||
copyrightText="© 2025 Enkiama Safaris. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
197
src/app/page.tsx
197
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Safaris",
|
||||
id: "/safaris",
|
||||
},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "/destinations",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Safaris", id: "/safaris" },
|
||||
{ name: "Destinations", id: "/destinations" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Enkiama Safaris"
|
||||
/>
|
||||
@@ -52,23 +40,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="ENKIAMA SAFARIS"
|
||||
description="Experience the untamed soul of Kenya through an lens of unparalleled luxury and conservation. Embark on a journey where adventure meets comfort in the heart of the savannah."
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Safari",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Explore Journeys",
|
||||
href: "/safaris",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Plan Your Safari", href: "/contact" }, { text: "Explore Journeys", href: "/safaris" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -77,23 +54,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Unrivaled Kenyan Excellence"
|
||||
metrics={[
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Destinations",
|
||||
value: "12+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Conservation Projects",
|
||||
value: "8",
|
||||
},
|
||||
]}
|
||||
metrics={[{ icon: MapPin, label: "Destinations", value: "12+" }, { icon: Award, label: "Years Experience", value: "15" }, { icon: Heart, label: "Conservation Projects", value: "8" }]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -104,30 +65,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Luxury Lodges",
|
||||
description: "Hand-picked, high-end tented camps and lodges.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918220.jpg",
|
||||
imageAlt: "luxury safari tent interior decor",
|
||||
},
|
||||
{
|
||||
title: "Conservation",
|
||||
description: "Your travel supports the local wildlife and communities.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=2",
|
||||
imageAlt: "luxury safari tent interior decor",
|
||||
},
|
||||
{
|
||||
title: "Expert Guides",
|
||||
description: "Highly trained Maasai guides and trackers.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-taking-break-using-smart-phone-while-hiking-forest_637285-2232.jpg?_wi=1",
|
||||
imageAlt: "luxury safari tent interior decor",
|
||||
},
|
||||
{ title: "Luxury Lodges", description: "Hand-picked, high-end tented camps and lodges.", bentoComponent: "reveal-icon", icon: Shield },
|
||||
{ title: "Conservation", description: "Your travel supports the local wildlife and communities.", bentoComponent: "reveal-icon", icon: Heart },
|
||||
{ title: "Expert Guides", description: "Highly trained Maasai guides and trackers.", bentoComponent: "reveal-icon", icon: Users }
|
||||
]}
|
||||
title="The Enkiama Advantage"
|
||||
description="Why we are the preferred choice for discerning travelers."
|
||||
@@ -138,62 +78,15 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
company: "UK",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-taking-break-using-smart-phone-while-hiking-forest_637285-2232.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc T.",
|
||||
role: "Explorer",
|
||||
company: "USA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-with-photography-mountain_1150-7518.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
role: "Photographer",
|
||||
company: "Italy",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-man-saluting_23-2148749398.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Director",
|
||||
company: "Canada",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-sitting-chair-night-beach-looking-camera_1153-6692.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe B.",
|
||||
role: "CEO",
|
||||
company: "Australia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-hiking-trip_23-2150343057.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "98%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Google Rating",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Carbon Neutral",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Traveler", company: "UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-taking-break-using-smart-phone-while-hiking-forest_637285-2232.jpg" },
|
||||
{ id: "2", name: "Marc T.", role: "Explorer", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-with-photography-mountain_1150-7518.jpg" },
|
||||
{ id: "3", name: "Elena P.", role: "Photographer", company: "Italy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-man-saluting_23-2148749398.jpg" },
|
||||
{ id: "4", name: "David L.", role: "Director", company: "Canada", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-sitting-chair-night-beach-looking-camera_1153-6692.jpg" },
|
||||
{ id: "5", name: "Chloe B.", role: "CEO", company: "Australia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-hiking-trip_23-2150343057.jpg" }
|
||||
]}
|
||||
kpiItems={[{ value: "98%", label: "Client Satisfaction" }, { value: "4.9/5", label: "Google Rating" }, { value: "100%", label: "Carbon Neutral" }]}
|
||||
title="Echoes of the Wild"
|
||||
description="Hear what our guests have to say about their Kenyan journeys."
|
||||
/>
|
||||
@@ -203,15 +96,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Singita Partner",
|
||||
"Conservation Kenya",
|
||||
"Eco Tourism Alliance",
|
||||
"African Wildlife Foundation",
|
||||
"Luxury Travel Club",
|
||||
"Kenya Safari Association",
|
||||
"Sustainable Safari Network",
|
||||
]}
|
||||
names={["Singita Partner", "Conservation Kenya", "Eco Tourism Alliance", "African Wildlife Foundation", "Luxury Travel Club", "Kenya Safari Association", "Sustainable Safari Network"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating for a better future in conservation and luxury."
|
||||
/>
|
||||
@@ -219,49 +104,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg"
|
||||
logoText="Enkiama Safaris"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Experiences",
|
||||
items: [
|
||||
{
|
||||
label: "Safari Packages",
|
||||
href: "/safaris",
|
||||
},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Our Team", href: "/about#team" }] }, { title: "Experiences", items: [{ label: "Safari Packages", href: "/safaris" }, { label: "Destinations", href: "/destinations" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }]}
|
||||
copyrightText="© 2025 Enkiama Safaris. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Calendar, Mountain, Star, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function SafarisPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -26,22 +26,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Safaris",
|
||||
id: "/safaris",
|
||||
},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "/destinations",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Safaris", id: "/safaris" },
|
||||
{ name: "Destinations", id: "/destinations" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Enkiama Safaris"
|
||||
/>
|
||||
@@ -55,22 +43,8 @@ export default function LandingPage() {
|
||||
title="Curated Safari Journeys"
|
||||
description="Explore our specialized wildlife and luxury packages."
|
||||
features={[
|
||||
{
|
||||
title: "Migration Safari",
|
||||
description: "Witness the Great Migration in the Mara.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/international-animal-rights-day-banner_1308-122979.jpg?_wi=1",
|
||||
imageAlt: "travel award gold badge",
|
||||
},
|
||||
{
|
||||
title: "Family Adventure",
|
||||
description: "Tailor-made itineraries for family bonds.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=3",
|
||||
imageAlt: "travel award gold badge",
|
||||
},
|
||||
{ title: "Migration Safari", description: "Witness the Great Migration in the Mara.", bentoComponent: "reveal-icon", icon: Star },
|
||||
{ title: "Family Adventure", description: "Tailor-made itineraries for family bonds.", bentoComponent: "reveal-icon", icon: Users }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,66 +53,15 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Safari Planning Details"
|
||||
metrics={[
|
||||
{
|
||||
icon: Calendar,
|
||||
label: "Optimal Months",
|
||||
value: "July-Oct",
|
||||
},
|
||||
{
|
||||
icon: Mountain,
|
||||
label: "Lodging Tiers",
|
||||
value: "4",
|
||||
},
|
||||
]}
|
||||
metrics={[{ icon: Calendar, label: "Optimal Months", value: "July-Oct" }, { icon: Mountain, label: "Lodging Tiers", value: "4" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685497.jpg"
|
||||
logoText="Enkiama Safaris"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about#team",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Experiences",
|
||||
items: [
|
||||
{
|
||||
label: "Safari Packages",
|
||||
href: "/safaris",
|
||||
},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Our Team", href: "/about#team" }] }, { title: "Experiences", items: [{ label: "Safari Packages", href: "/safaris" }, { label: "Destinations", href: "/destinations" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }]}
|
||||
copyrightText="© 2025 Enkiama Safaris. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user