From 2b38f9cc19db767b301a2ea465e9c3b92411d4d3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 18:25:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 485 +++++++++++++---------------------------------- 1 file changed, 135 insertions(+), 350 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 786ccb5..c25df30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Bus, Users, Package, MessageSquare } from 'lucide-react'; export default function LandingPage() { return ( @@ -18,366 +19,150 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);