From cb93b659128d78a54844339a3c33241faf19bb13 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:28:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 470 +++++++++++++++-------------------------------- 1 file changed, 144 insertions(+), 326 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10fafbe..ba55d3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Scissors, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,341 +28,158 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file