diff --git a/src/app/page.tsx b/src/app/page.tsx index 9da7696..17d06d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Star, Mail, Sparkles } from 'lucide-react'; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { Award, Star, Mail, Sparkles } from "lucide-react"; export default function PremiumShoesPage() { return (