From 7a9ccb88d681ae4db6ded45290ee931c363dc1a2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:04:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de66b9c..47e6615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Camera, Utensils, Music } from "lucide-react"; +import { Award } from "lucide-react"; export default function LandingPage() { return ( @@ -61,6 +61,7 @@ export default function LandingPage() { icon={Award} imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934701.jpg" mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -82,6 +83,7 @@ export default function LandingPage() { ]} title="Chef's Specials" description="Discover our kitchen's heart and soul with these fan favorites." + useInvertedBackground={false} /> @@ -99,6 +101,7 @@ export default function LandingPage() { ]} title="Guest Reviews" description="See what our regulars have to say about their experience." + useInvertedBackground={false} /> @@ -109,6 +112,7 @@ export default function LandingPage() { description="Book a table for dinner or inquire about catering for your next private event." imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-with-cutlery_23-2148172713.jpg" background={{ variant: "gradient-bars" }} + useInvertedBackground={false} /> -- 2.49.1