Merge version_1 into main #3

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

View File

@@ -2,11 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -63,7 +61,7 @@ export default function LandingPage() {
{ 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" },
{ 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."
@@ -80,41 +78,13 @@ export default function LandingPage() {
{ 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" },
{ 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."
/>
</div>
<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}
/>
</div>
<div id="footer-section" data-section="footer-section">
<FooterLogoReveal
logoText="Le Petit Oiseau"