Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-04-30 15:12:33 +00:00
4 changed files with 12 additions and 4 deletions

View File

@@ -29,11 +29,13 @@ export default function CulturalExperiencesPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" />
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" button={{ text: "Book Now", href: "#" }} />
<HeroLogoBillboard
logoText="Cultural Experiences"
description="Immerse yourself in authentic Tanzanian traditions and local community life."
imageSrc="http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711089.jpg"
buttons={[{ text: "Explore" }]}
background={{ variant: "plain" }}
/>
<FooterBase
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]}

View File

@@ -29,11 +29,13 @@ export default function TrekkingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" />
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" button={{ text: "Book Now", href: "#" }} />
<HeroLogoBillboard
logoText="Trekking & Hiking"
description="Conquer the heights of Mount Kilimanjaro or explore the lush trails of the highlands."
imageSrc="http://img.b2bpic.net/free-photo/fit-female-hiker-with-backpack-poles-standing-rocky-mountain-ridge-looking-out-valleys-peaks_1150-42445.jpg"
buttons={[{ text: "Explore" }]}
background={{ variant: "plain" }}
/>
<FooterBase
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]}

View File

@@ -29,11 +29,13 @@ export default function WildlifePage() {
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" />
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" button={{ text: "Book Now", href: "#" }} />
<HeroLogoBillboard
logoText="Wildlife Safaris"
description="Witness the Great Migration and majestic predators in Tanzania's world-renowned parks."
imageSrc="http://img.b2bpic.net/free-photo/lonely-female-lion-walking-addo-elephant-national-park_181624-11925.jpg"
buttons={[{ text: "Explore" }]}
background={{ variant: "plain" }}
/>
<FooterBase
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]}

View File

@@ -29,11 +29,13 @@ export default function ZanzibarPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" />
<NavbarLayoutFloatingInline navItems={navItems} brandName="JAMBO MASAI" button={{ text: "Book Now", href: "#" }} />
<HeroLogoBillboard
logoText="Zanzibar Holidays"
description="Relax on pristine white-sand beaches and explore the historic Stone Town streets."
imageSrc="http://img.b2bpic.net/free-photo/two-deck-chairs-wooden-floor-water-villa-sunset-time-maldives-island_1232-4469.jpg"
buttons={[{ text: "Explore" }]}
background={{ variant: "plain" }}
/>
<FooterBase
columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]}