Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 03:56:18 +00:00

View File

@@ -28,57 +28,25 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Reservations",
id: "/reservations",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "About",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Reservations", id: "/reservations" },
{ name: "Gallery", id: "/gallery" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Le Petit Oiseau"
button={{
text: "Reserve Now",
href: "/reservations",
}}
button={{ text: "Reserve Now", href: "/reservations" }}
/>
</div>
<div id="home-hero" data-section="home-hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="An Elevated Dining Experience in Accra"
description="Where tradition meets modern luxury. Discover the culinary heart of Ghana at Le Petit Oiseau."
buttons={[
{
text: "Reserve a Table",
href: "/reservations",
},
{
text: "Call Now",
href: "tel:+233599420024",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=1"
buttons={[{ text: "Reserve a Table", href: "/reservations" }, { text: "Call Now", href: "tel:+233599420024" }]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"
imageAlt="Le Petit Oiseau restaurant interior"
/>
</div>
@@ -90,42 +58,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "dish1",
name: "Steak Au Poivre",
price: "GHS 350",
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=1",
},
{
id: "dish2",
name: "Sticky Toffee Pudding",
price: "GHS 150",
imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=1",
},
{
id: "dish3",
name: "Goat Espetada",
price: "GHS 280",
imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg?_wi=1",
},
{
id: "dish4",
name: "Roasted Lamb",
price: "GHS 320",
imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg?_wi=2",
},
{
id: "dish5",
name: "Dark Chocolate Tart",
price: "GHS 180",
imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg?_wi=2",
},
{
id: "dish6",
name: "Seafood Platter",
price: "GHS 450",
imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg?_wi=2",
},
{ id: "dish1", name: "Steak Au Poivre", price: "GHS 350", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg" },
{ id: "dish2", name: "Sticky Toffee Pudding", price: "GHS 150", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg" },
{ id: "dish3", name: "Goat Espetada", price: "GHS 280", imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg" },
{ id: "dish4", name: "Roasted Lamb", price: "GHS 320", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg" },
{ id: "dish5", name: "Dark Chocolate Tart", price: "GHS 180", imageSrc: "http://img.b2bpic.net/free-photo/fried-lamb-topped-with-vanilla-ice-cream-placed-lipstick-perfume_140725-2520.jpg" },
{ id: "dish6", name: "Seafood Platter", price: "GHS 450", imageSrc: "http://img.b2bpic.net/free-photo/stick-confitures-inside-brown-plate-yellow-background-snack-photo-color-food-meal_140725-30093.jpg" },
]}
title="Our Signature Creations"
description="Indulge in our carefully crafted menu, featuring the finest local ingredients elevated to culinary perfection."
@@ -138,41 +76,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Local Business Owner",
testimonial: "An unmatched atmosphere in Accra. The Steak Au Poivre is perfection!",
imageSrc: "http://img.b2bpic.net/free-photo/man-giving-gift-box-valentines-day-restaurant_1303-20290.jpg",
},
{
id: "2",
name: "Michael K.",
role: "Expat Professional",
testimonial: "The fine dining service here is world-class. Truly elegant.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-luxurious-restaurant_23-2150517450.jpg",
},
{
id: "3",
name: "Amina A.",
role: "Food Blogger",
testimonial: "Best dessert experience in the city. The pudding is a must-try.",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
},
{
id: "4",
name: "David L.",
role: "Regular Guest",
testimonial: "Perfect date night spot. The ambiance is exclusive yet warm.",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg",
},
{
id: "5",
name: "Kwame B.",
role: "Business Executive",
testimonial: "Impeccable service and sophisticated atmosphere. My go-to for meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg?_wi=1",
},
{ id: "1", name: "Sarah J.", role: "Local Business Owner", testimonial: "An unmatched atmosphere in Accra. The Steak Au Poivre is perfection!", imageSrc: "http://img.b2bpic.net/free-photo/man-giving-gift-box-valentines-day-restaurant_1303-20290.jpg" },
{ id: "2", name: "Michael K.", role: "Expat Professional", testimonial: "The fine dining service here is world-class. Truly elegant.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-luxurious-restaurant_23-2150517450.jpg" },
{ id: "3", name: "Amina A.", role: "Food Blogger", testimonial: "Best dessert experience in the city. The pudding is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg" },
{ id: "4", name: "David L.", role: "Regular Guest", testimonial: "Perfect date night spot. The ambiance is exclusive yet warm.", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg" },
{ id: "5", name: "Kwame B.", role: "Business Executive", testimonial: "Impeccable service and sophisticated atmosphere. My go-to for meetings.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg" },
]}
title="A Taste of Excellence"
description="Join our community of satisfied diners who choose Le Petit Oiseau for their most memorable occasions."
@@ -181,15 +89,26 @@ export default function LandingPage() {
<div id="product" data-section="product">
<ProductCardFour
title="Exclusive Culinary Sets"
description="Curated tasting menus and gift sets for the discerning palate."
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Tasting Menu", price: "GHS 800", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-mushroom-dark-table_23-2148340435.jpg" },
{ id: "p2", name: "Wine Pairing", price: "GHS 400", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-herbs_140725-1907.jpg" },
{ id: "p3", name: "Signature Collection", price: "GHS 1200", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg" }
]}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardSixteen
title="Why Choose Us"
description="Commitment to quality and locally sourced excellence."
negativeCard={{ title: "Standard Dining", description: "Average ingredients and service." }}
positiveCard={{ title: "Le Petit Oiseau", description: "Handpicked local produce and world-class hospitality." }}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -199,14 +118,8 @@ export default function LandingPage() {
<div id="footer-section" data-section="footer-section">
<FooterLogoReveal
logoText="Le Petit Oiseau"
leftLink={{
text: "© 2024 Le Petit Oiseau",
href: "#",
}}
rightLink={{
text: "Ring Rd E, Accra, Ghana",
href: "https://maps.google.com",
}}
leftLink={{ text: "© 2024 Le Petit Oiseau", href: "#" }}
rightLink={{ text: "Ring Rd E, Accra, Ghana", href: "https://maps.google.com" }}
/>
</div>
</ReactLenis>