From 9ea4ae40ab6cfdb54f0215680b6d2c86062ae55a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:26:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c0552d..b551dc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,8 @@ export default function LandingPage() { title="Find Us in Frankfurt" description="Located in the heart of the city, serving authentic local cuisine." className="py-20" + background={{ variant: "plain" }} + useInvertedBackground={false} /> @@ -68,6 +70,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Special requests or party size..." }} buttonText="Reserve Now" + useInvertedBackground={false} /> -- 2.49.1