diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 3592acc..986c9fe 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -5,7 +5,7 @@ import { imgURLs } from '../data/eventsData'; const Hero = () => { return ( -
- 1. Store content and other data in data folder. -
data
- 2. Store reusable components in components folder. -
components
- 3. Store pages in pages folder. -
pages
- 4. Add custom styles in tailwind.config.css file. -
tailwind.config.css
- 5. Add shared ui in ui folder. -
ui
- 6. Add images and other assets in assets folder. -
assets