From f10a2fd46359fd0dfc6efb940ff57c9fbb381079 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 01:48:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 386 ++++++++++++++--------------------------------- 1 file changed, 110 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cdb962..0c11a29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award } from "lucide-react"; +import { Award, Palette, Home, Hammer, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -18,290 +18,124 @@ 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1