Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-12 11:42:36 +00:00

View File

@@ -81,7 +81,6 @@ export default function LandingPage() {
imageSrc={assetMap["hero-interior"].url}
imageAlt={assetMap["hero-interior"].alt}
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="about" data-section="about">
@@ -194,9 +193,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
useInvertedBackground={true}
buttons={[
{ text: "Otwórz w Mapach Google", href: "https://www.google.com/maps/place/Gabriela+Narutowicza+35,+%C5%81%C3%B3d%C5%BA" }
]}
/>
</div>
<div id="footer" data-section="footer">
@@ -208,7 +204,6 @@ export default function LandingPage() {
]}
bottomLeftText="© 2024 Ola! de Nata. Wszelkie prawa zastrzeżone."
bottomRightText="Polityka Prywatności"
useInvertedBackground={false}
/>
</div>
</ThemeProvider>