From 098420ea45aedbb83190b8b8e157b28c3e1d3213 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 00:49:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 368 ++++++++++++----------------------------------- 1 file changed, 90 insertions(+), 278 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b81a24..1ffaa05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, MessageSquare } from "lucide-react"; +import { Award, CheckCircle, MessageSquare, Hammer, Home, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -26,289 +26,101 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file