diff --git a/src/app/page.tsx b/src/app/page.tsx index de4d4f7..c7d1c2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { PieChart, Save } from "lucide-react"; +import { PieChart, Save, Zap, Shield, AlertTriangle, Cloud } from "lucide-react"; export default function LandingPage() { return ( @@ -17,254 +17,120 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file