From b8c4105fb9e9cfdc6ebb74ba1517a3c452d81e96 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:29:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 282 +++++++++++++++++------------------------------ 1 file changed, 103 insertions(+), 179 deletions(-) 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 -- 2.49.1