diff --git a/src/components/pages/Events and Workshops/EventVertical.tsx b/src/components/pages/Events and Workshops/EventVertical.tsx
index 755ea8b..e2b5eb3 100644
--- a/src/components/pages/Events and Workshops/EventVertical.tsx
+++ b/src/components/pages/Events and Workshops/EventVertical.tsx
@@ -25,6 +25,7 @@ import { Event, useGetEventsQuery, useUpdateReferralMutation } from "../../../ge
import bg2 from '../../../images/EventsWorkshops/events/bg2.jpg'
import '../../../styles/eventWorkshops.css';
import MayhemCombo from "./MayhemCombo";
+import WorkshopRecordings from "./WorkshopRecordings";
const EventVertical = () => {
const { name }: any = useParams()
@@ -100,7 +101,7 @@ const EventVertical = () => {
{desp}
-
+
{/* {name === "workshops" ? (
{
+ const [w,setW] = React.useState("");
+ const [w1,setW1] = React.useState("");
+ const [w2,setW2] = React.useState("");
+ const [w3,setW3] = React.useState("");
+ return(
+
+
+
+ Get a Workshop Recording
+ At Price ₹500
+ Select a workshop
+
+
+
+
+
+
+
+
+ Get 3 Workshop Recordings
+ At Only Discounted Price ₹999
+ ₹1500
+ Select three workshops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
+
+export default WorkshopRecordings;