From f372826f05022a6869bd3c2598c1417215a38327 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 00:58:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 105 +++-------------------------------------------- 1 file changed, 6 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44056bf..ebcb0bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,12 +1,8 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout/InlineImageSplitTextAbout'; +import FooterSimple from '@/components/sections/footer/FooterSimple/FooterSimple'; export default function HomePage() { const navItems = [ @@ -41,101 +37,12 @@ export default function HomePage() { /> -
- -
- -
+
-
- - - -
- -
- -
-
-- 2.49.1