diff --git a/src/app/page.tsx b/src/app/page.tsx index ceaf687..e68325e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Heart, Lock, MessageCircle, Shield, ShieldCheck, Sun, User } from "lucide-react"; export default function LandingPage() { @@ -18,12 +17,12 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="reveal-blur" borderRadius="soft" - contentWidth="small" - sizing="largeSmall" - background="noiseDiagonalGradient" - cardStyle="gradient-mesh" - primaryButtonStyle="shadow" - secondaryButtonStyle="layered" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="normal" > @@ -172,4 +171,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}