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