diff --git a/src/app/page.tsx b/src/app/page.tsx index 8301b70..4238f03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Zap, Leaf, ChefHat, Users, Utensils, Award } from 'lucide-react'; +import { Zap, Leaf, ChefHat } from 'lucide-react'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -17,13 +16,13 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" - contentWidth="small" - sizing="large" - background="none" - cardStyle="layered-gradient" - primaryButtonStyle="flat" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > -
- -
-