From ab3b35380199c30cc242baea5fc1ae935f89948a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:23:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 324 +++++++++++++++-------------------------------- 1 file changed, 100 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7aed079..b69ab07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Droplets } from "lucide-react"; +import { Droplets, Beer, Sun, Users, PartyPopper } from "lucide-react"; export default function LandingPage() { return ( @@ -17,237 +17,113 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1