diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 6387b79..037f865 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -5,6 +5,8 @@ import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import { CheckCircle } from "lucide-react"; export default function ProductsPage() { return ( @@ -52,6 +54,28 @@ export default function ProductsPage() { /> +
+ +
+