diff --git a/src/app/page.tsx b/src/app/page.tsx index 93d374c..192cb63 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 { Wrench, Flame, Settings, AlertTriangle, Home, ShieldCheck } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; @@ -9,14 +10,6 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { - AlertTriangle, - Flame, - Home, - Settings, - ShieldCheck, - Wrench, -} from "lucide-react"; export default function LandingPage() { return ( @@ -33,289 +26,111 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);