diff --git a/src/app/page.tsx b/src/app/page.tsx
index 530ac58..2202799 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -69,7 +69,6 @@ export default function LandingPage() {
{ text: "Poznaj Nasze Pieczywo", href: "#products" },
{ text: "Zamów Online", href: "#contact" }
]}
- useInvertedBackground={false}
/>
@@ -78,8 +77,6 @@ export default function LandingPage() {
}
buttons={[{ text: "Dowiedz się więcej", href: "#about" }]}
useInvertedBackground={true}
- imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-cooking-tiramisu_23-2149599597.jpg"
- imageAlt="baker kneading dough close up hands"
/>
@@ -175,7 +172,7 @@ export default function LandingPage() {