Conversation
There was a problem hiding this comment.
Hi Sara!
First of all great work with your site! And for anyone that reads this review, this site was made from a sketch in only 4 days(!). Especially great work with the BenefitsSction that contains a lot divs thats all styled with styled components. Good and clear nameing on the components too. Well done! Also nice that you put the styled-components in the bottom of the document. I might implement that way too.
I have not seen the design in Figma but (as you also wrote in the repositiry) the site works best in desktop mode and is sidescroll when going in to mobileview. I think it´s the Cards thats too wide. I will leave more single comments in the code document.
Great work!
| ) | ||
| } | ||
|
|
||
| export const HeroSection = styled.section` |
There was a problem hiding this comment.
This is a great structure with the styled-components Sara! Nice work
|
|
||
| export const Navbar = () => { | ||
| return ( | ||
| <Navbardiv> |
There was a problem hiding this comment.
All styled-components makes it easy to read!
| import React from 'react'; | ||
| import styled from 'styled-components'; | ||
| import Insagram from '../Images/Instagram.png'; | ||
| import Facebook from '../Images/Facebook.png'; |
There was a problem hiding this comment.
Your code is really well structured Sara!
Page for media devices bigger than 1600px
https://lustrous-belekoy-c7ea01.netlify.app/