From 2d469aae4a2637e62a7885c071ff311fc03201d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:02:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 322 +++++++++++++---------------------------------- 1 file changed, 89 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9075f1c..72bf204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Scissors, Star, Users } from "lucide-react"; @@ -14,245 +13,102 @@ import { Scissors, Star, Users } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -- 2.49.1