Update src/app/page.tsx

This commit is contained in:
2026-04-15 12:58:56 +00:00
parent b2566ea6ba
commit b653086731

View File

@@ -136,6 +136,7 @@ export default function LandingPage() {
description="Have questions or need a service? Reach out through our contact form below, or visit our office. Our team is here to help."
onSubmit={(email) => alert("Inquiry received for " + email)}
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
/>
</div>