diff --git a/src/app/page.tsx b/src/app/page.tsx index 076e9c9..e0487a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Droplets, Phone } from 'lucide-react'; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Droplets, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -29,7 +29,7 @@ export default function LandingPage() {