From 11abc6638358f4ebc1ca04a540e1e595f20b847e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 11:54:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c3ad87..6cc2d6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react'; +import { Flame, ChefHat, Sparkles, Calendar, Linkedin } from 'lucide-react'; export default function LandingPage() { return ( @@ -80,6 +80,7 @@ export default function LandingPage() { imageAlt="Master chef preparing premium steakhouse cuisine" mediaAnimation="slide-up" metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -97,6 +98,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -111,6 +113,7 @@ export default function LandingPage() { { id: 3, tag: "Ambiance", title: "Refined Atmosphere", subtitle: "Elegant Minimalism", description: "Our dining space reflects Japanese design principles: clean lines, sophisticated minimalism, and an intimate atmosphere that honors the meal. Every detail is curated for your comfort.", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081502.jpg?id=94766451" } ]} textboxLayout="default" + useInvertedBackground={false} /> @@ -126,6 +129,7 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -140,6 +144,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -153,6 +158,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -163,6 +169,7 @@ export default function LandingPage() { description="Secure your table at Kuro Gyu and prepare for an unforgettable evening of premium Japanese steakhouse cuisine." tagIcon={Calendar} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />