diff --git a/src/app/page.tsx b/src/app/page.tsx index 43d32ef..839a0c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Clapperboard, Sparkles, Star, Package } from 'lucide-react'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function MoviePlayPage() { return ( @@ -72,6 +73,20 @@ export default function MoviePlayPage() { useInvertedBackground="noInvert" /> +
+ +