diff --git a/src/app/page.tsx b/src/app/page.tsx index c52bebb..98233e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { Briefcase, Heart, Maximize, Star, Sun } from "lucide-react"; +import { Heart, Briefcase, Maximize, Star, Sun } from "lucide-react"; export default function LandingPage() { return ( @@ -25,190 +25,114 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); -} +} \ No newline at end of file