Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 145e31f77f | |||
| 17390f777f | |||
| 88bd9e938f |
162
src/app/page.tsx
162
src/app/page.tsx
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#experience",
|
||||
},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Experience", id: "#experience" },
|
||||
{ name: "Amenities", id: "#features" },
|
||||
{ name: "Reviews", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Bomberdier"
|
||||
/>
|
||||
@@ -57,12 +42,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="BOMBERDIER"
|
||||
description="Discover unparalleled luxury in the heart of Katavi. Where wild wilderness meets refined comfort."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Stay", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-giraffe-zoo_53876-31699.jpg"
|
||||
imageAlt="Bomberdier Hotel View"
|
||||
@@ -76,18 +56,9 @@ export default function LandingPage() {
|
||||
title="A Gateway to the Untamed"
|
||||
description="Bomberdier offers a sanctuary of elegance amidst the vast, pristine landscapes of Katavi. Designed for the discerning traveler seeking intimate connection with nature without compromising on world-class service."
|
||||
metrics={[
|
||||
{
|
||||
value: "15",
|
||||
title: "Luxury Suites",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Wilderness View",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Concierge Service",
|
||||
},
|
||||
{ value: "15", title: "Luxury Suites" },
|
||||
{ value: "100%", title: "Wilderness View" },
|
||||
{ value: "24/7", title: "Concierge Service" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-thai-massage-pavilion_1150-11075.jpg"
|
||||
imageAlt="Luxury interiors"
|
||||
@@ -102,27 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Infinity Pool",
|
||||
subtitle: "Overlooking the savanna",
|
||||
category: "Wellness",
|
||||
value: "View",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Gourmet Dining",
|
||||
subtitle: "Locally sourced flavors",
|
||||
category: "Gastronomy",
|
||||
value: "Cuisine",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Private Safaris",
|
||||
subtitle: "Expert-led wilderness tours",
|
||||
category: "Adventure",
|
||||
value: "Guides",
|
||||
},
|
||||
{ id: "f1", title: "Infinity Pool", subtitle: "Overlooking the savanna", category: "Wellness", value: "View" },
|
||||
{ id: "f2", title: "Gourmet Dining", subtitle: "Locally sourced flavors", category: "Gastronomy", value: "Cuisine" },
|
||||
{ id: "f3", title: "Private Safaris", subtitle: "Expert-led wilderness tours", category: "Adventure", value: "Guides" },
|
||||
]}
|
||||
title="Curated Amenities"
|
||||
description="Experience hand-picked comforts tailored to elevate your stay."
|
||||
@@ -135,41 +88,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Explorer",
|
||||
testimonial: "An incredible experience. The luxury in such a wild setting is unheard of.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-blonde-young-woman-using-mobile-phone_23-2147974655.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
role: "Traveler",
|
||||
testimonial: "Best safari resort I have ever visited. Truly top-notch service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-posing-front-river_23-2148693682.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sara K.",
|
||||
role: "Guest",
|
||||
testimonial: "Exquisite dining and breathtaking pool views. Will definitely return.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-blonde-female-photographer-white-blouse-black-leather-jacket-posing-with-camera-studio-isolated-gray-background_613910-18599.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mike B.",
|
||||
role: "Adventurer",
|
||||
testimonial: "Everything was perfectly curated. Five-star wilderness comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-binocular-landscape_107420-9792.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena R.",
|
||||
role: "Visitor",
|
||||
testimonial: "A unique blend of elegance and nature. A rare gem in Katavi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-hikers-with-backpacks-back-nature_146671-15842.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alice M.", role: "Explorer", testimonial: "An incredible experience.", imageSrc: "http://img.b2bpic.net/free-photo/serious-blonde-young-woman-using-mobile-phone_23-2147974655.jpg" },
|
||||
{ id: "2", name: "John D.", role: "Traveler", testimonial: "Best safari resort I have ever visited.", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-man-posing-front-river_23-2148693682.jpg" },
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="What our guests say about their experience in Katavi."
|
||||
@@ -177,55 +97,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Are you ready to book your bespoke Tanzanian adventure? Contact our reservations team today to secure your suite."
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire Now",
|
||||
href: "mailto:info@bomberdier.tz",
|
||||
},
|
||||
]}
|
||||
<ContactCenter
|
||||
tag="Reservations"
|
||||
title="Plan Your Journey"
|
||||
description="Submit an inquiry to receive a personalized quote for your stay, dining arrangements, or private safari tours."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterLogoEmphasis
|
||||
logoText="BOMBERDIER"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#experience",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Katavi, Tanzania" }, { label: "+255 777 000 123" }, { label: "info@bomberdier.tz" }] },
|
||||
{ items: [{ label: "Privacy Policy" }, { label: "Terms of Service" }, { label: "Careers" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--background: #fbfbf8;
|
||||
--card: #f0ede8;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #c19a6b;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta: #d4d4d4;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #c6b180;
|
||||
--accent: #c19a6b;
|
||||
--background-accent: #e0d8cc;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user