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