From 31b6adfdcee9a75e3b56811ae80db6374f827883 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 02:21:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 462 +++++++++++++++-------------------------------- 1 file changed, 143 insertions(+), 319 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 240f2e1..c8cbeda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, User, Scissors, Smile } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -11,339 +12,162 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Scissors } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file