diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b49240..a8cc7ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Award, Facebook, Globe, Headphones, Instagram, Leaf, Lock, Shield, Twitter, Zap } from "lucide-react"; +import { Award, Facebook, Globe, Headphones, Instagram, Leaf, Lock, RefreshCcw, Shield, Twitter, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -17,287 +17,141 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);