diff --git a/src/app/page.tsx b/src/app/page.tsx index 7793867..564844b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Smile, Sparkles, Heart, Brain, Star, Mail } from "lucide-react"; +import { Smile, Sparkles, Heart, Brain } from "lucide-react"; export default function LandingPage() { return ( @@ -20,8 +20,13 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" background="noise" cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >