From 64fa8d24ad1f1de94a02bb55252e0699a0f278fe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:37:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 +++++++++++++---------------------------------- 1 file changed, 45 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08c969a..249cdd1 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 { Leaf, Award, Sparkles, ChefHat, Linkedin, Globe, MapPin, Calendar } from 'lucide-react'; +import { Flame, ChefHat, MapPin, Award, Star, Utensils } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,79 +19,74 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="soft" - contentWidth="small" - sizing="large" - background="floatingGradient" - cardStyle="soft-shadow" + contentWidth="medium" + sizing="medium" + background="fluid" + cardStyle="glass-elevated" primaryButtonStyle="gradient" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + secondaryButtonStyle="solid" + headingFontWeight="semibold" >
-
- -
- -
- -
- -
- -
- -
- -
-
-- 2.49.1