diff --git a/src/app/page.tsx b/src/app/page.tsx index f72f985..2d490fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award } from "lucide-react"; +import { Award, Phone, Mail, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,11 @@ export default function LandingPage() {