Update src/app/contact/page.tsx
This commit is contained in:
@@ -14,7 +14,7 @@ export default function ContactPage() {
|
|||||||
borderRadius="sharp"
|
borderRadius="sharp"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="inset"
|
cardStyle="inset"
|
||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -24,14 +24,14 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Pitchdrive"
|
brandName="Pitchdrive"
|
||||||
navItems={[
|
navItems={[
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Portfolio", id: "/portfolio" },
|
{ name: "Portfolio", id: "/portfolio" },
|
||||||
{ name: "Team", id: "/team" },
|
{ name: "Team", id: "/team" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Apply for Funding",
|
text: "Apply for Funding", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,7 +50,6 @@ export default function ContactPage() {
|
|||||||
termsText="We'll review your submission within 2 weeks. By submitting, you agree to our terms and confidentiality agreement."
|
termsText="We'll review your submission within 2 weeks. By submitting, you agree to our terms and confidentiality agreement."
|
||||||
onSubmit={(email) => {
|
onSubmit={(email) => {
|
||||||
console.log('Pitch submission:', email);
|
console.log('Pitch submission:', email);
|
||||||
// Handle form submission logic here
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user