Refacture: Created InitialSection component so it can be used in every page just giving props

This commit is contained in:
2026-02-02 15:57:55 -05:00
parent de69b1f1e9
commit 438ffa3282
5 changed files with 141 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
.footer-container {
height: 150px;
height: 100px;
display: flex;
align-items: center;
justify-content: space-between;
@@ -22,7 +22,7 @@
}
.logo-naliia-footer {
height: 50px;
height: 44px;
width: auto;
}
@@ -34,7 +34,7 @@
.icons-social-media {
display: flex;
gap: var(--space-xl-32px);
gap: var(--space-lg-24px);
}
.social-media-link {