From c4c040e1032de0f0619a9676f2487903a6412001 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 16:44:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 387 ++++++++++++----------------------------------- 1 file changed, 99 insertions(+), 288 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8a3a56..3e243d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Headphones, MapPin, TrendingUp } from "lucide-react"; +import { ArrowRight, Building, Landmark, TrendingUp } from "lucide-react"; export default function LandingPage() { return ( @@ -20,305 +20,116 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="large" - background="aurora" + background="none" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" - headingFontWeight="normal" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);