From eb18cc8aa4f6ba907cfa4e025c96fe1fcf639ac6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:12:49 +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 9671221..f9fe9b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,6 +189,7 @@ export default function LandingPage() { tag="Contact Us" title="Inquiry Form" description="Get in touch with our technical team today." + useInvertedBackground={false} background={{ variant: "plain" }} /> -- 2.49.1