From e7cfc56ee543a1642084471369315bac5be3a23a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 08:02:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8df9af..08cc848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,6 +92,7 @@ export default function LandingPage() { textboxLayout="split-description" tag="Feedback" tagIcon={Star} + useInvertedBackground={false} testimonials={[ { id: "1", title: "Unfassbar gut", quote: "Das beste Schnitzel weit und breit!", name: "Johannes S.", role: "Stammgast" }, { id: "2", title: "Immer wieder", quote: "Eine echte Institution, die man besucht haben muss.", name: "Sabine L.", role: "Gast" } @@ -117,6 +118,7 @@ export default function LandingPage() { title="Lust auf etwas Echtes?" description="Besuchen Sie uns in der Grillstube Hartenrod. Wir freuen uns auf Ihren Besuch!" background={{ variant: 'sparkles-gradient' }} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-goulash-bread_23-2149388093.jpg?_wi=1" mediaPosition="right" buttonText="Anrufen" -- 2.49.1