diff --git a/src/app/page.tsx b/src/app/page.tsx index c2ccb54..92e4b30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import { Zap } from "lucide-react"; export default function LandingPage() { @@ -29,18 +30,9 @@ export default function LandingPage() {