diff --git a/src/app/page.tsx b/src/app/page.tsx index 736784a..a8c55c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo/ProductCardTwo'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Crown, PartyPopper } from "lucide-react"; import { Nunito } from "next/font/google"; const nunito = Nunito({ @@ -48,158 +38,6 @@ export default function LandingPage() { ]} /> - -