From ef9cd83e989e5948030ae07da34fbea46f941560 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:56:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 758e80f..6e8ee86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,7 @@ export default function LandingPage() { imageAlt="Cozy Czekoladziarnia interior with warm lighting" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} testimonials={[ { name: "Maria Kowalski", handle: "Regular Visitor", testimonial: "The hot chocolate here is absolutely divine. Best spot in Wrocław to unwind.", rating: 5, -- 2.49.1