From ba14e2cdd9ef40cef0b11db220945544527a942d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:51:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 413 ++++++++++++++--------------------------------- 1 file changed, 122 insertions(+), 291 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63a1356..9f3e2a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Book, Car, CheckCircle, Edit, MessageCircle } from "lucide-react"; +import { Award, Book, Car, CheckCircle, Edit, MessageCircle, PartyPopper } from "lucide-react"; export default function LandingPage() { return ( @@ -19,306 +19,137 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);