diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fbda75..d5e8e6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Flame, Leaf, Wine } from "lucide-react"; export default function LandingPage() { return ( @@ -65,6 +64,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/couple-is-cooking-kitchen_53876-20986.jpg" textboxLayout="split" + useInvertedBackground={false} /> @@ -92,6 +92,7 @@ export default function LandingPage() { textboxLayout="default" title="Signature Creations" description="Indulge in our carefully selected signature dishes." + useInvertedBackground={false} products={[ { id: "p1", brand: "Classic", name: "Aged Ribeye Steak", price: "$48", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg" }, { id: "p2", brand: "Classic", name: "Pan-Seared Sea Bass", price: "$42", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-delicious-shrimps-with-tasty-crab-sticks-stone-surface_114579-57079.jpg" }, @@ -105,6 +106,7 @@ export default function LandingPage() { title="What Guests Say" description="Real stories from our patrons." textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "t1", title: "Incredible", quote: "The atmosphere at Lumière is simply unmatched. Every dish was a masterpiece.", name: "Sarah Jenkins", role: "Regular Diner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" @@ -119,6 +121,7 @@ export default function LandingPage() { description="Get answers to your inquiries." faqsAnimation="blur-reveal" textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "f1", title: "Do I need a reservation?", content: "Yes, highly recommended." }, { id: "f2", title: "Vegetarian options?", content: "We have a dedicated menu." } @@ -132,6 +135,8 @@ export default function LandingPage() { title="Get in touch" description="We would love to hear from you for private events or general questions." imageSrc="http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg" + useInvertedBackground={false} + background={{ variant: "sparkles-gradient" }} />