From 05a980db66b3cc0734e559b1e5bc4efc00fa7eed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:59:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfa3bbd..95a2e36 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, Heart, Award, Chef, Users, Star, HelpCircle, Phone, Instagram, Linkedin, Wine } from 'lucide-react'; +import { Flame, Heart, Award, Users, Star, HelpCircle, Phone, Instagram, Linkedin, Wine } from 'lucide-react'; export default function RachelKBBQ() { return ( @@ -21,7 +21,7 @@ export default function RachelKBBQ() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function RachelKBBQ() { @@ -119,7 +120,7 @@ export default function RachelKBBQ() { textboxLayout="default" useInvertedBackground={true} tag="Culinary Journey" - tagIcon={Chef} + tagIcon={Star} tagAnimation="slide-up" buttonAnimation="slide-up" features={[ @@ -258,7 +259,7 @@ export default function RachelKBBQ() { description="Join us for an unforgettable evening of authentic Korean BBQ. Secure your reservation or send us your questions—we're excited to welcome you!" tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="your@email.com" buttonText="Reserve Now" -- 2.49.1