diff --git a/src/app/page.tsx b/src/app/page.tsx index c91125e..a73eec7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwe import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { @@ -80,38 +80,38 @@ export default function LandingPage() {
-
-