From e75181db4ee25e052aadefb5d99e4edbea517b47 Mon Sep 17 00:00:00 2001 From: Yasmeen1506 Date: Wed, 1 Jul 2026 13:51:14 +0300 Subject: [PATCH 1/2] sponsor application --- src/components/sponsors/SponsorModal.tsx | 121 +++++++---------------- 1 file changed, 34 insertions(+), 87 deletions(-) diff --git a/src/components/sponsors/SponsorModal.tsx b/src/components/sponsors/SponsorModal.tsx index adbbcab..6001bcb 100644 --- a/src/components/sponsors/SponsorModal.tsx +++ b/src/components/sponsors/SponsorModal.tsx @@ -2,35 +2,15 @@ import { useState } from "react" +const calendlyLink = "https://calendly.com/temp14087/30min" + export default function SponsorModal() { const [open, setOpen] = useState(false) - const handleSubmit = (e: any) => { - e.preventDefault() - - const form = e.target - - const company = form.company.value - const contact = form.contact.value - const role = form.role.value - const time = form.time.value - - const subject = "Sponsorship Inquiry - AUS Racing" - const body = ` -Company Name: ${company} -Contact Name: ${contact} -Role: ${role} -Preferred Meeting Time: ${time} -` - - window.location.href = `mailto:ausracing@aus.edu?subject=${encodeURIComponent( - subject - )}&body=${encodeURIComponent(body)}` - } - return ( <> {open && ( -
-
-
- +
+
+ + +
+

+ Scheduling Service +

+ +

+ Book a Meeting With{" "} + AUS Racing +

+ +

+ Choose a time to speak with the team about sponsorship + opportunities and partnership options. +

-

- Become a Partner -

- -
-
- - -
- -
- - -
- -
- - -
- -
- - -
- - -
+
+