diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f0e8f3..736784a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import ProductCardTwo from '@/components/sections/product/ProductTwo'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo/ProductCardTwo'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';