From 9a8ff8a0e6887338733d3272cd83062ae989b71d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:33:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 237 ++++++++++++----------------------------------- 1 file changed, 57 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15e2593..a72dd92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, TrendingUp, Users } from "lucide-react"; +import { CheckCircle, TrendingUp, Users, Calculator, Lightbulb, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -18,27 +18,24 @@ export default function LandingPage() { defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -258,39 +155,19 @@ export default function LandingPage() { @@ -298,4 +175,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file