From d6ae2ce0722a1b93eb72e13db4867375dc96adaf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:29:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f4ea71..b0602ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,22 +1,22 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function Page() { return ( -- 2.49.1