From a051ce81e9b28a906e526aa704381fc0f3100473 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 23:27:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a712d84..58186c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; @@ -36,28 +36,16 @@ export default function LandingPage() {
-