From 26bbca9a36f9e7f53a86ea55e73310f4ef6accaf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:23:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eaf66a3..e6a5186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import AboutMetric from "@/components/sections/about/AboutMetric"; @@ -43,13 +43,13 @@ export default function HomePage() {
-