-
Wyraź swoją indywidalność
-
-
+ {isMobie === false && <>
+
+
+
Wyraź Swoją Indywidalność
+
Kolekcja ubrań z wyjątkowymi haftami.
Znajdź swoją Jazbe lub stwórz ją z nami.
+
Przeglądaj Nasze Wzory
+
Stwórz Swoją Jazbe
-
+ >}
+ {isMobie &&
+ <>
+
+
+
Wyraź Swoją Indywidalność
+
Kolekcja ubrań z wyjątkowymi haftami.
Znajdź swoją Jazbe lub stwórz ją z nami.
+
Przeglądaj Nasze Wzory
+
Stwórz Swoją Jazbe
+
+
+
+
+
+
+ >}
)
}
\ No newline at end of file
diff --git a/app/styles/components/sections/heroSection.module.css b/app/styles/components/sections/heroSection.module.css
index e35e6a6..4281dc4 100644
--- a/app/styles/components/sections/heroSection.module.css
+++ b/app/styles/components/sections/heroSection.module.css
@@ -1,6 +1,6 @@
.HeroSection {
width: 100%;
- height: 75vh;
+ height: 80vh;
& img {
width: 100%;
@@ -9,6 +9,61 @@
object-position: 41% center;
}
+ & .buble {
+ position: absolute;
+ top: 26%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ background: hwb(0 0% 100% / 0.6);
+ border-radius: 8px;
+ width: 90%;
+ max-width: 500px;
+ padding: 24px 12px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ pointer-events: none;
+
+
+ & h1 {
+ font-size: 22px !important;
+ font-weight: 600;
+ color: var(--color-light);
+ text-align: center;
+ font-family: "Nunito Sans", sans-serif;
+ margin-bottom: 12px !important;
+ }
+
+ & p {
+ font-size: 14px;
+ font-weight: 400;
+ color: var(--color-light);
+ text-align: center;
+ font-family: "Nunito Sans", sans-serif;
+ line-height: 0.9;
+ margin-bottom: 12px;
+ }
+
+ & a {
+ font-size: 12px;
+ font-weight: 400;
+ color: var(--color-light);
+ text-align: center;
+ font-family: "Nunito Sans", sans-serif;
+ padding: 8px 12px;
+ border: 1px solid var(--color-light);
+ border-radius: 4px;
+ text-decoration: none;
+ pointer-events: all;
+
+ &:first-of-type {
+ margin-bottom: 12px;
+ }
+ }
+
+ }
+
& .mobileHero {
width: 100%;
height: 100%;
@@ -19,23 +74,6 @@
display: none;
}
- & h1 {
- position: absolute;
- top: 20%;
- left: 50%;
- transform: translate(-50%, -50%);
- font-size: 32px !important;
- font-weight: 600;
- color: var(--color-light);
- text-align: center;
- width: 100%;
- max-width: 500px;
- border-radius: 8px;
- font-family: "Srisakdi", sans-serif;
- background: #00000033;
- pointer-events: none;
- }
-
& .track {
width: 300%;
height: 100%;
@@ -43,28 +81,18 @@
}
}
- & .desktopHero,
- .title {
- display: none;
- }
- @media(min-width: 1000px) {
- height: 85dvh;
- max-height: 700px;
- & img {
- /* object-position: center center; */
- }
+ @media(min-width: 950px) {
+ height: 85dvh;
+ max-height: 740px;
+ position: relative;
& .mobileHero {
display: none;
}
- & .desktopHero {
- display: block;
- }
-
& .title {
display: block;
position: absolute;
@@ -82,5 +110,38 @@
background: #00000054;
pointer-events: none;
}
+
+ & .buble {
+ position: absolute;
+ top: 45%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ pointer-events: all;
+
+
+ & h1 {
+ font-size: 32px !important;
+ }
+
+ & p {
+ font-size: 18px;
+ line-height: 1;
+ margin-bottom: 24px;
+ }
+
+ & a {
+ font-size: 14px;
+ pointer-events: all;
+
+ &:first-of-type {
+ margin-bottom: 14px;
+ }
+
+ &:hover {
+ scale: 0.95;
+ }
+ }
+
+ }
}
}
\ No newline at end of file