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