From 1decb710ea8d702b87dbf3f1db7395b2b1f6a063 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:00:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 ( -- 2.49.1