From cc134aabb7aa326766a7bffa50f08f3b5bfbdd47 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 21:00:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b026a21..8a0648b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -41,22 +41,16 @@ export default function LandingPage() {
-
@@ -222,4 +216,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}