Update src/app/contact/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user