diff --git a/src/app/page.tsx b/src/app/page.tsx index aa149ef..56009b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; +import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; export default function LandingPage() { return (