You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add this section between about us section and the last year's statistics section
Follow the same file structure and set up as other sections
introduce a src/modules/photo-carousel setup with a PhotoCarousel component
render the component within pages/main-site/index.tsx
within your newly created src/modules/photo-carousel/index.tsx you can build out the section and build out components as you wish (try to follow file structure we have with other sections) i.e any extra components you build should be under the componetns folder etc
for the photos you can export them directly from figma and put them in the public folder of the repo to use / import
Also make sure it is responsive on mobile you can use the isMobile() hook to detect whether or not the screen is in mobile mode
feel free to reach out for anything
The text was updated successfully, but these errors were encountered:
figma link
Add this section between about us section and the last year's statistics section
Follow the same file structure and set up as other sections
src/modules/photo-carousel
setup with aPhotoCarousel
componentpages/main-site/index.tsx
src/modules/photo-carousel/index.tsx
you can build out the section and build out components as you wish (try to follow file structure we have with other sections) i.e any extra components you build should be under the componetns folder etcfor the photos you can export them directly from figma and put them in the public folder of the repo to use / import
Also make sure it is responsive on mobile you can use the isMobile() hook to detect whether or not the screen is in mobile mode
feel free to reach out for anything
The text was updated successfully, but these errors were encountered: