From a22f3df9e151e90b2f31cd69e908d37dc241dfb3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 12:32:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 567 ++++++++++++++--------------------------------- 1 file changed, 170 insertions(+), 397 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3077051..0700234 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Building2, LineChart, Link, MessageSquare, Palette, ShieldCheck, Sparkles, Target, TrendingUp, Zap } from "lucide-react"; +import { BarChart3, Building2, Link, MessageSquare, Palette, ShieldCheck, Sparkles, Target, TrendingUp, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -20,413 +20,186 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1