Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-14 21:17:57 +00:00
2 changed files with 27 additions and 23 deletions

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Music, Calendar } from "lucide-react";
import { Music, Calendar, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -117,27 +117,31 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
<ContactCTA
tag="Visit Us"
title="Find Your Oasis"
description="Located in Woodvale Grove, Nairobi. Call us on 0723 369162 for reservations and inquiries."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
description="Join us at Woodvale Grove, Nairobi. Experience tropical hospitality at its finest. For bookings, reach us anytime via phone or email."
buttons={[
{ text: "Call: 0723 369162", href: "tel:0723369162" },
{ text: "Get Directions", href: "https://maps.google.com" }
]}
textarea={{ name: "message", placeholder: "Your Reservation Request", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Bahama Breeze Ke"
leftLink={{ text: "Call: 0723 369162", href: "tel:0723369162" }}
rightLink={{ text: "Directions: Woodvale Grove", href: "https://maps.google.com" }}
<FooterSimple
columns={[
{ title: "Location", items: [{ label: "Woodvale Grove, Nairobi" }, { label: "Open Daily: 10am - 12am" }] },
{ title: "Contact", items: [{ label: "0723 369162", href: "tel:0723369162" }, { label: "info@bahamabreeze.ke", href: "mailto:info@bahamabreeze.ke" }] },
{ title: "Quick Links", items: [{ label: "Reserve a Table", href: "#contact" }, { label: "View Menu", href: "#menu" }] },
]}
bottomLeftText="© 2024 Bahama Breeze Ke"
bottomRightText="Tropical Vibes Only"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0c0a09;
--card: #1c1917;
--foreground: #f5f5f4;
--primary-cta: #f59e0b;
--background: #0f172a;
--card: #1e293b;
--foreground: #f8fafc;
--primary-cta: #f97316;
--primary-cta-text: #0c0a09;
--secondary-cta: #ef4444;
--secondary-cta: #0ea5e9;
--secondary-cta-text: #ffffff;
--accent: #292524;
--background-accent: #57534e;
--accent: #38bdf8;
--background-accent: #0f172a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);