Update src/app/contact/page.tsx

This commit is contained in:
2026-05-08 17:45:54 +00:00
parent c23e8d838c
commit 8a886c357c

View File

@@ -37,6 +37,7 @@ export default function ContactPage() {
title="Let's Start Your Project"
description="Reach out to us and our team will get back to you within 24 hours."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
onSubmit={(email) => console.log("Submit email:", email)}
/>
</div>