diff --git a/src/app/page.tsx b/src/app/page.tsx index fa5a7d0..044966e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import ProductCardOne from "@/components/sections/product/ProductCardOne"; +import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -28,7 +28,7 @@ export default function LandingPage() {