diff --git a/src/app/page.tsx b/src/app/page.tsx index 8340aa5..38053d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { CheckCircle, Facebook, Instagram, Scissors } from "lucide-react"; export default function LandingPage() { @@ -19,365 +19,115 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
); -} +} \ No newline at end of file