Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -28,94 +28,42 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Albatina Place"
|
||||
button={{ text: "Get Directions", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Albatina Place"
|
||||
description="A Safari-Inspired Highway Rest Stop on the Kampala–Gulu Highway. Refresh • Refuel • Relax • Reconnect."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Services", href: "#services" },
|
||||
{ text: "Get Directions", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/road-atlas-mountains-morocco-daytime_181624-9851.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/road-atlas-mountains-morocco-daytime_181624-9851.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-african-nature-scenery-with-trees-roadway_23-2148851600.jpg",
|
||||
alt: "Happy traveler 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-scenery-pirates-bay-lookout-eaglehawk-neck-tasman-peninsula-tasmania_181624-48186.jpg",
|
||||
alt: "Happy traveler 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-view-road-surrounded-by-hills-sunny-day_181624-49058.jpg",
|
||||
alt: "Happy traveler 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-truck-field_181624-477.jpg",
|
||||
alt: "Happy traveler 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-desert-landscape-surrounding-gravel-road-karoo-south-africa_181624-54654.jpg",
|
||||
alt: "Happy traveler 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-african-nature-scenery-with-trees-roadway_23-2148851600.jpg", alt: "Happy traveler 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-scenery-pirates-bay-lookout-eaglehawk-neck-tasman-peninsula-tasmania_181624-48186.jpg", alt: "Happy traveler 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-view-road-surrounded-by-hills-sunny-day_181624-49058.jpg", alt: "Happy traveler 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/old-truck-field_181624-477.jpg", alt: "Happy traveler 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-desert-landscape-surrounding-gravel-road-karoo-south-africa_181624-54654.jpg", alt: "Happy traveler 5" },
|
||||
]}
|
||||
avatarText="Join 10,000+ happy travelers monthly"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced Food",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Parking Area",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clean Restroom Facilities",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Safari Vibe Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open 24/7",
|
||||
},
|
||||
{ type: "text", text: "Locally Sourced Food" },
|
||||
{ type: "text", text: "Secure Parking Area" },
|
||||
{ type: "text", text: "Clean Restroom Facilities" },
|
||||
{ type: "text", text: "Safari Vibe Atmosphere" },
|
||||
{ type: "text", text: "Open 24/7" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,9 +73,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Albatina Place"
|
||||
description={[
|
||||
"Located along the busy Kampala–Gulu highway, Albatina Place is a serene safari-themed rest stop designed for travelers, families, tour buses, and adventurers heading to Uganda’s northern gems like Murchison Falls.",
|
||||
"We offer clean rest facilities, delicious meals, secure parking, and a peaceful garden escape inspired by Uganda’s natural beauty.",
|
||||
]}
|
||||
"Located along the busy Kampala–Gulu highway, Albatina Place is a serene safari-themed rest stop designed for travelers, families, tour buses, and adventurers heading to Uganda’s northern gems like Murchison Falls.", "We offer clean rest facilities, delicious meals, secure parking, and a peaceful garden escape inspired by Uganda’s natural beauty."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,37 +84,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Restaurant & Fresh Meals",
|
||||
description: "Local and continental dishes made fresh daily.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-roadtrip_23-2149004971.jpg",
|
||||
},
|
||||
title: "Restaurant & Fresh Meals", description: "Local and continental dishes made fresh daily.", media: { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-people-roadtrip_23-2149004971.jpg", imageAlt: "highway safari rest stop landscape" },
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/road-atlas-mountains-morocco-daytime_181624-9851.jpg?_wi=2",
|
||||
imageAlt: "highway safari rest stop landscape",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Clean Restrooms & Showers",
|
||||
description: "Travel comfort and hygiene you can trust.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/road-way-sunset_1150-12684.jpg",
|
||||
},
|
||||
title: "Clean Restrooms & Showers", description: "Travel comfort and hygiene you can trust.", media: { imageSrc: "http://img.b2bpic.net/free-photo/road-way-sunset_1150-12684.jpg", imageAlt: "highway safari rest stop landscape" },
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-hat-sunglasses_23-2148442109.jpg?_wi=1",
|
||||
imageAlt: "highway safari rest stop landscape",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Secure Parking",
|
||||
description: "Safe space for cars, buses, and tour vehicles.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bench-tree-beautiful-colorful-autumn-park-sunny-day_1253-1493.jpg",
|
||||
},
|
||||
title: "Secure Parking", description: "Safe space for cars, buses, and tour vehicles.", media: { imageSrc: "http://img.b2bpic.net/free-photo/bench-tree-beautiful-colorful-autumn-park-sunny-day_1253-1493.jpg", imageAlt: "highway safari rest stop landscape" },
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg?_wi=1",
|
||||
imageAlt: "highway safari rest stop landscape",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -183,40 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Traveler",
|
||||
testimonial: "We stumbled upon this amazing rest stop after Murchison Falls… it was a godsend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-hat-sunglasses_23-2148442109.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Traveler", testimonial: "We stumbled upon this amazing rest stop after Murchison Falls… it was a godsend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-hat-sunglasses_23-2148442109.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
role: "Guest",
|
||||
testimonial: "Amazing food matched with excellent service. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", name: "Michael C.", role: "Guest", testimonial: "Amazing food matched with excellent service. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
role: "Tour Operator",
|
||||
testimonial: "The best stop on the Gulu highway. Clean and friendly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-checkered-shirt-sunglasses-jeans-with-suitcase-backpack-black-man-traveler-duty-free_627829-12705.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily R.", role: "Tour Operator", testimonial: "The best stop on the Gulu highway. Clean and friendly.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-checkered-shirt-sunglasses-jeans-with-suitcase-backpack-black-man-traveler-duty-free_627829-12705.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Traveler",
|
||||
testimonial: "Perfect place to refresh before continuing our journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-black-shirt-with-white-stripes-big-black-summer-hat-sitting-table-summer-cafe_613910-820.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", role: "Traveler", testimonial: "Perfect place to refresh before continuing our journey.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-black-shirt-with-white-stripes-big-black-summer-hat-sitting-table-summer-cafe_613910-820.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda M.",
|
||||
role: "Family Traveler",
|
||||
testimonial: "Clean facilities and lovely gardens. Kids loved it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-campervan-side-view_23-2149516071.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda M.", role: "Family Traveler", testimonial: "Clean facilities and lovely gardens. Kids loved it.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-campervan-side-view_23-2149516071.jpg"},
|
||||
]}
|
||||
title="What Travelers Say"
|
||||
description="Rated 4.6 stars by our amazing community."
|
||||
@@ -226,9 +129,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Visit Us"
|
||||
title="Find Us on the Highway"
|
||||
description="Plot 29 Block 159 Wabigalo, Wabinyonyi — Kampala–Gulu Highway"
|
||||
@@ -242,29 +143,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Services", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user