|
|
@ -37,6 +37,12 @@ const VodProductDesign = ({ |
|
|
|
}) => { |
|
|
|
}) => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<section className="w-3/6 mx-auto p-4 bg-white rounded-md shadow-md my-8"> |
|
|
|
<section className="w-3/6 mx-auto p-4 bg-white rounded-md shadow-md my-8"> |
|
|
|
|
|
|
|
{/* title holder */} |
|
|
|
|
|
|
|
<div className="flex items-center justify-between mb-6"> |
|
|
|
|
|
|
|
<h2 className="text-lg text-productTitle"> |
|
|
|
|
|
|
|
inside vodProductDesign component |
|
|
|
|
|
|
|
</h2> |
|
|
|
|
|
|
|
</div> |
|
|
|
{/* product UI Design */} |
|
|
|
{/* product UI Design */} |
|
|
|
<div className="flex flex-wrap sm:flex-nowrap justify-around"> |
|
|
|
<div className="flex flex-wrap sm:flex-nowrap justify-around"> |
|
|
|
<div className="w-full flex flex-wrap items-center justify-around my-10 px-4"> |
|
|
|
<div className="w-full flex flex-wrap items-center justify-around my-10 px-4"> |
|
|
|