From f15355b8cc42590ec0f2aebfd4f47d150cf196dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 21:48:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';