diff --git a/src/app/page.tsx b/src/app/page.tsx index c2cefff..0c43faa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -74,15 +74,15 @@ export default function LandingPage() {
-