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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);