diff --git a/src/app/page.tsx b/src/app/page.tsx index cf25611..4d790f3 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 HeroLogo from '@/components/sections/hero/HeroLogo'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; @@ -38,17 +38,34 @@ export default function LandingPage() {