From fbb40a3d02ee5ac773e6669cc80a200a4ea6a71c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:04:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 229 +++++++---------------------------------------- 1 file changed, 34 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c9cd8a..399e0c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { HardHat, Users, FileCheck } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,22 +29,10 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1