Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user