diff --git a/src/app/page.tsx b/src/app/page.tsx index 85982f2..68be110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, Award, Crown, Mail, ArrowRight } from "lucide-react"; @@ -57,22 +57,28 @@ export default function LandingPage() {
{person.role}
+