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} />