diff --git a/src/app/page.tsx b/src/app/page.tsx index f13cfc5..6ede403 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -137,7 +138,6 @@ export default function LandingPage() {