Update src/app/page.tsx
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user