From 7ce59e001f82b69fae7110a206271ee47395f07e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:27:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fffa6f3..b348f9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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." /> -- 2.49.1