From 11b916d3ec2811f7703f9c2e93800968f0e27925 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 16:03:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 85 ++++++++++++------------------------------------ 1 file changed, 21 insertions(+), 64 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 653d84f..e08cc2c 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 HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -42,30 +42,12 @@ export default function LandingPage() {
-
@@ -449,4 +406,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}