diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 269c770..1dfac09 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index ad66fd4..cde27cd 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 HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; @@ -36,13 +36,22 @@ export default function LandingPage() {
- ); -} \ No newline at end of file +}