Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-27 07:10:40 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Utensils } from "lucide-react";
import { Utensils, Zap, Waves, Candle, Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Experience",
id: "experience",
},
name: "Experience", id: "experience"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="MESUMBE Loison"
/>
@@ -59,66 +49,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Experience Luxury Dining in Douala"
description="A refined culinary escape with breathtaking waterfront views."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157781.jpg"
imageAlt="luxury riverside restaurant night view"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-fork-with-wedding-rings_23-2148242381.jpg",
alt: "Close-up fork with wedding rings",
},
src: "http://img.b2bpic.net/free-photo/close-up-fork-with-wedding-rings_23-2148242381.jpg", alt: "Close-up fork with wedding rings"},
{
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157779.jpg",
alt: "Top view of dining tables without food",
},
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157779.jpg", alt: "Top view of dining tables without food"},
{
src: "http://img.b2bpic.net/free-photo/plates-cutlery-glasses-flat-lay_23-2148914878.jpg",
alt: "Plates, cutlery and glasses flat lay",
},
src: "http://img.b2bpic.net/free-photo/plates-cutlery-glasses-flat-lay_23-2148914878.jpg", alt: "Plates, cutlery and glasses flat lay"},
{
src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-flat-lay_23-2148914892.jpg",
alt: "Table assortment with plant flat lay",
},
src: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-flat-lay_23-2148914892.jpg", alt: "Table assortment with plant flat lay"},
{
src: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg",
alt: "happy couple dining luxury restaurant",
},
src: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg", alt: "happy couple dining luxury restaurant"},
]}
marqueeItems={[
{
type: "text",
text: "Fine Dining",
},
type: "text", text: "Fine Dining"},
{
type: "text",
text: "Riverside View",
},
type: "text", text: "Riverside View"},
{
type: "text",
text: "Gourmet Fusion",
},
type: "text", text: "Gourmet Fusion"},
{
type: "text",
text: "Intimate Ambiance",
},
type: "text", text: "Intimate Ambiance"},
{
type: "text",
text: "Exquisite Service",
},
type: "text", text: "Exquisite Service"},
]}
/>
</div>
@@ -142,28 +107,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Gourmet Cuisine",
description: "Expertly crafted African-European fusion.",
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg",
buttonIcon: "Zap",
title: "Gourmet Cuisine", description: "Expertly crafted African-European fusion.", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949025.jpg", buttonIcon: Zap,
},
{
title: "Waterfront Views",
description: "Stunning vistas along the Wouri river.",
imageSrc: "http://img.b2bpic.net/free-photo/lake-near-mountain-blue-sky-daytime_417767-98.jpg",
buttonIcon: "Waves",
title: "Waterfront Views", description: "Stunning vistas along the Wouri river.", imageSrc: "http://img.b2bpic.net/free-photo/lake-near-mountain-blue-sky-daytime_417767-98.jpg", buttonIcon: Waves,
},
{
title: "Romantic Atmosphere",
description: "Intimate lighting for special occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg",
buttonIcon: "Candle",
title: "Romantic Atmosphere", description: "Intimate lighting for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", buttonIcon: Candle,
},
{
title: "Professional Service",
description: "Attentive care for every guest.",
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg",
buttonIcon: "Award",
title: "Professional Service", description: "Attentive care for every guest.", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg", buttonIcon: Award,
},
]}
title="Signature Experiences"
@@ -179,41 +132,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "River Signature Grill",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247760.jpg",
},
id: "p1", name: "River Signature Grill", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/people-table-enjoying-feast-first-day-passover-seder_23-2150247760.jpg"},
{
id: "p2",
name: "Fusion Tapas Platter",
price: "$30",
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg",
},
id: "p2", name: "Fusion Tapas Platter", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg"},
{
id: "p3",
name: "Hand-Cut Steaks",
price: "$55",
imageSrc: "http://img.b2bpic.net/free-photo/duck-breast_1203-2637.jpg",
},
id: "p3", name: "Hand-Cut Steaks", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast_1203-2637.jpg"},
{
id: "p4",
name: "Fresh Catch of the Day",
price: "$48",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361477.jpg",
},
id: "p4", name: "Fresh Catch of the Day", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361477.jpg"},
{
id: "p5",
name: "Artisan Dessert Selection",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg",
},
id: "p5", name: "Artisan Dessert Selection", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg"},
{
id: "p6",
name: "Curated Wine Pairings",
price: "$25",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg",
},
id: "p6", name: "Curated Wine Pairings", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"},
]}
title="Menu Highlights"
description="A glimpse into our seasonal culinary creations."
@@ -228,25 +157,15 @@ export default function LandingPage() {
author="Guest Review"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg",
alt: "happy couple dining luxury restaurant",
},
src: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out_23-2149143984.jpg", alt: "happy couple dining luxury restaurant"},
{
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg",
alt: "happy couple dining luxury restaurant",
},
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018795.jpg", alt: "happy couple dining luxury restaurant"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg",
alt: "happy couple dining luxury restaurant",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg", alt: "happy couple dining luxury restaurant"},
{
src: "http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg",
alt: "happy couple dining luxury restaurant",
},
src: "http://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg", alt: "happy couple dining luxury restaurant"},
{
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg",
alt: "happy couple dining luxury restaurant",
},
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg", alt: "happy couple dining luxury restaurant"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -261,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "350+",
description: "Happy Guests Served",
},
id: "m1", value: "350+", description: "Happy Guests Served"},
{
id: "m2",
value: "12",
description: "Signature Dishes",
},
id: "m2", value: "12", description: "Signature Dishes"},
{
id: "m3",
value: "500+",
description: "Captured Moments",
},
id: "m3", value: "500+", description: "Captured Moments"},
]}
title="By The Numbers"
description="Our commitment to quality service."
@@ -285,8 +195,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Reservations"
title="Book Your Table Now"
description="Secure your spot at Douala's finest riverside kitchen."
@@ -300,33 +209,21 @@ export default function LandingPage() {
logoText="MESUMBE Loison"
columns={[
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "6 77 76 04 05",
href: "tel:677760405",
},
label: "6 77 76 04 05", href: "tel:677760405"},
{
label: "Rue de Verdun, Douala",
href: "#",
},
label: "Rue de Verdun, Douala", href: "#"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Reserve Table",
href: "#contact",
},
label: "Reserve Table", href: "#contact"},
{
label: "View Menu",
href: "#menu",
},
label: "View Menu", href: "#menu"},
{
label: "Gallery",
href: "#gallery",
},
label: "Gallery", href: "#gallery"},
],
},
]}