From dfe17fe793af4f7145fc7c3bed94d82b07ff87fc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:45:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 282c6ce..3c29fcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { CheckCircle, ChefHat, Heart, Knife, Sparkles, Star } from "lucide-react"; +import { CheckCircle, ChefHat, Heart, Sparkles, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -26,7 +26,7 @@ export default function LandingPage() { headingFontWeight="light" > @@ -197,12 +197,9 @@ export default function LandingPage() { ]} buttonAnimation="opacity" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground={true} ariaLabel="Customer testimonials and reviews section" gridClassName="gap-6 md:gap-8" - textBoxClassName="bg-white/80 backdrop-blur-sm rounded-xl p-6 shadow-lg hover:shadow-xl transition-shadow duration-300" - textBoxTitleClassName="text-xl font-bold text-gray-800 mb-2" - textBoxDescriptionClassName="text-gray-600 mb-4" ratingClassName="flex items-center space-x-1 text-amber-500 mb-2" nameClassName="font-semibold text-gray-800" roleClassName="text-sm text-gray-500" @@ -228,7 +225,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Tell us about your special occasion or dining preferences...", rows: 4 }} - useInvertedBackground={false} + useInvertedBackground={true} imageSrc="https://img.b2bpic.net/free-photo/young-female-barista-standing-inside-coffee-counter_93675-135319.jpg" imageAlt="Elegant dining room at Fogo de Chão with warm lighting and premium cuts of meat" mediaAnimation="slide-up"