Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-02 20:27:42 +00:00

View File

@@ -9,7 +9,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -111,6 +110,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "Special Requests or Party Size" }}
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg"
useInvertedBackground={false}
/>
</div>
@@ -122,7 +122,6 @@ export default function LandingPage() {
{ title: "Contact", items: [{ label: "(555) 123-4567", href: "tel:+5551234567" }, { label: "hello@lumierebistro.com", href: "mailto:hello@lumierebistro.com" }] },
]}
logoText="Lumière Bistro"
copyrightText="© 2025 Lumière Bistro. All rights reserved."
/>
</div>
</ReactLenis>