From c589f84c8ca1be0ab3b636fe8f0e115e88b52bf1 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:45:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ad6b95..e958780 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -40,21 +40,17 @@ export default function SuppleLabs() {
-