diff --git a/src/app/page.tsx b/src/app/page.tsx index f69b344..45ad484 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import ProductCardOne from '@/components/sections/product/ProductCardOne/ProductCardOne'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';