From d6f3a39e018a0fe089ead832f7c631cb55b30b62 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 17:29:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9531560..1012364 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { ChefHat, Star, Award, Zap } from 'lucide-react'; +import { ChefHat, Star, Award } from 'lucide-react'; export default function LandingPage() { return ( @@ -104,6 +104,7 @@ export default function LandingPage() { avatarsAnimation="slide-up" avatars={[{ src: "https://avatar.iran.liara.run/public/1", alt: "Guest" }] } + useInvertedBackground={false} /> @@ -112,6 +113,8 @@ export default function LandingPage() { title="Culinary Standards" textboxLayout="split" animationType="slide-up" + useInvertedBackground={false} + description="" metrics={[ { id: "m1", icon: ChefHat, title: "Courses Delivered", value: "1,500+" }, { id: "m2", icon: Award, title: "Satisfied Clients", value: "99%" }, @@ -129,6 +132,7 @@ export default function LandingPage() { sideTitle="Frequently Asked Questions" sideDescription="Answers to common inquiries regarding our private chef services." faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -138,6 +142,7 @@ export default function LandingPage() { title="Begin Your Culinary Journey" description="Book a consultation with our executive chef to start crafting your unique menu today." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />