diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef1897..ed187da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} />