Conversation
|
@JagjeetChauhan is attempting to deploy a commit to the Niharika's projects Team on Vercel. A member of the Team first needs to authorize it. |
Niharika0104
left a comment
There was a problem hiding this comment.
Please don't use raw css use tailwind.css and also don't import components unnecessarily if you are not using them.And also images are supposed to be in public folder under Images folder.If you are hardcoding kids section data,then create a seperate data.json file for it like how I created for homepagedata.json and import that jaon file in your kids page and use it.Do the same for mens section as well.
There was a problem hiding this comment.
Hey why did you remove social media meta tags?
There was a problem hiding this comment.
Have I, that might had happened accidently, that was not for any purpose.
There was a problem hiding this comment.
Please don't use raw css use tailwind.css
There was a problem hiding this comment.
ok, I will use tailwind.css
| import data from '../Assests/HomePageData' | ||
| import CategoryCard from './CategoryCard' | ||
| import ProductCard from './ProductCard' | ||
| import Products from './Products' |
There was a problem hiding this comment.
Why did you import products component when we aren't even using it in this HomePage.js file?
I have a simple created the men and kid section and I will continue to work on it to make it more better.