From 592747bef7ee31452c1d09f4846fb4c88cdbf1d8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:17:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 363 +++++++++++++++-------------------------------- 1 file changed, 115 insertions(+), 248 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aac1825..1e994b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Building, Droplets, ShieldCheck, Tool, Wind, Wrench } from "lucide-react"; +import { Building, Droplets, ShieldCheck, Wrench, Wind, Settings } from "lucide-react"; export default function LandingPage() { return ( @@ -18,262 +18,129 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1