From 09bd43af2ac97d3859d45fc25b06890db57a91ad Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 23:00:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 +} -- 2.49.1