import AddToCardLeftSection from "@/components/products/AddToCardLeftSection"; import AddToCardRightSection from "@/components/products/AddToCardRightSection"; import RelatedProductCards from "@/components/products/RelatedProductCards"; // import RelatedVideos from "@/components/products/RelatedVideos"; import React from "react"; const page = ({ params }) => { const slug = params.name; const productId = slug.split("-").pop(); return (