diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fff87c..37922f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/front-view-man-with-white-beard_23-2149833698.jpg" imageAlt="Portret Stanisława Moniuszko" mediaAnimation="blur-reveal" + background={{ variant: "plain" }} useInvertedBackground={false} testimonials={[ { @@ -78,7 +79,7 @@ export default function LandingPage() { title="Życie Stanisława Moniuszko" description="Kluczowe fakty z biografii najsławniejszego polskiego kompozytora" animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} metrics={[ { @@ -116,7 +117,7 @@ export default function LandingPage() { ] }, { - id: "stories", label: "Historie", title: "Opowiadał O Polskich Tradycjach", items: [ + id: "stories", label: "historie", title: "Opowiadał O Polskich Tradycjach", items: [ "Problemy społeczne w operach", "Polskie legendy i mity", "Życie zwykłych ludzi", "Patriotyczne przesłanie" ] } @@ -146,7 +147,7 @@ export default function LandingPage() {