From 7e7251dca9814d8e63d29a9afc36286b15324ce4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:52:37 +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 2f36b02..c99b5c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,6 +151,8 @@ export default function LandingPage() { { text: "Start on WhatsApp", href: "https://wa.me/919876543210" }, { text: "Email Us", href: "mailto:info@designstudio9.com" } ]} + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1