diff --git a/src/app/page.tsx b/src/app/page.tsx index d2b6ec5..35c39d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import FaqBase from '@/components/sections/faq/FaqBase'; @@ -143,7 +143,7 @@ export default function Page() {
-