diff --git a/src/app/page.tsx b/src/app/page.tsx index 39ed6dc..714f27f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import { Award, Calendar, Heart, Sparkles, Star, Linkedin } from "lucide-react"; export default function LandingPage() { @@ -145,6 +146,60 @@ export default function LandingPage() { /> +