diff --git a/src/components/HeroSection/HeroSection-styled.jsx b/src/components/HeroSection/HeroSection-styled.jsx index 034e9fe..36f6c78 100644 --- a/src/components/HeroSection/HeroSection-styled.jsx +++ b/src/components/HeroSection/HeroSection-styled.jsx @@ -11,7 +11,7 @@ export const Filter = styled.div` z-index: -5; background-color: var(--secondary-black-color); - opacity: 0.6; + opacity: 0.1; `; export const Poster = styled.div` @@ -61,7 +61,7 @@ export const SubTitle = styled.p` margin-bottom: 30px; font-size: 18px; - font-weight: 200; + font-weight: 400; line-height: 28px; color: var(--primary-white-color); diff --git a/src/components/HeroSection/poster.jpg b/src/components/HeroSection/poster.jpg index ed225ba..1bbd4c0 100644 Binary files a/src/components/HeroSection/poster.jpg and b/src/components/HeroSection/poster.jpg differ diff --git a/src/components/HeroSection/poster1.jpg b/src/components/HeroSection/poster1.jpg new file mode 100644 index 0000000..ed225ba Binary files /dev/null and b/src/components/HeroSection/poster1.jpg differ diff --git a/src/components/HeroSection/poster3.jpg b/src/components/HeroSection/poster3.jpg new file mode 100644 index 0000000..9009bb8 Binary files /dev/null and b/src/components/HeroSection/poster3.jpg differ diff --git a/src/components/ImageGallery/ImageGallery-styled.jsx b/src/components/ImageGallery/ImageGallery-styled.jsx index 75def0d..860f8d0 100644 --- a/src/components/ImageGallery/ImageGallery-styled.jsx +++ b/src/components/ImageGallery/ImageGallery-styled.jsx @@ -3,7 +3,7 @@ import styled from "styled-components"; export const Section = styled.section` background-color: var(--primary-white-color); margin-top: 100px; - min-height: 1300px; + min-height: 1200px; `; export const SectionWrap = styled.div`