From e794dd4607a144110e1bb8ceb8996ccce6955eac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:22:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++++++++----------------------------------- 1 file changed, 74 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49ebe03..cb09b75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Zap, Shield, Layout, BarChart } from 'lucide-react'; export default function LandingPage() { return ( @@ -18,27 +19,26 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -403,13 +250,9 @@ export default function LandingPage() { -- 2.49.1