From 6865b086256d5b950fee2c0c0dbcdfe52b6ca1dd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:17:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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() {