Update src/app/contact/page.tsx

This commit is contained in:
2026-01-22 20:53:02 +00:00
parent eb7aa310a0
commit f99c8c224a

View File

@@ -32,8 +32,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Start Pitching", text: "Start Pitching", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
@@ -44,34 +43,20 @@ export default function ContactPage() {
description="Send us your deck and let's explore how Pitchdrive can help scale your vision. We respond to promising founders within 48 hours." description="Send us your deck and let's explore how Pitchdrive can help scale your vision. We respond to promising founders within 48 hours."
inputs={[ inputs={[
{ {
name: "founder_name", name: "founder_name", type: "text", placeholder: "Founder Name", required: true
type: "text",
placeholder: "Founder Name",
required: true
}, },
{ {
name: "company_name", name: "company_name", type: "text", placeholder: "Company Name", required: true
type: "text",
placeholder: "Company Name",
required: true
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true
type: "email",
placeholder: "Email Address",
required: true
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: false
type: "tel",
placeholder: "Phone Number",
required: false
} }
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your startup and why you're seeking investment", rows: 5,
placeholder: "Tell us about your startup and why you're seeking investment",
rows: 5,
required: true required: true
}} }}
imageSrc="https://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg" imageSrc="https://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg"
@@ -106,20 +91,10 @@ export default function ContactPage() {
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "48h", title: "Response Time", description: "Average time to initial founder response", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Quick response time"
value: "48h",
title: "Response Time",
description: "Average time to initial founder response",
imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
imageAlt: "Quick response time"
}, },
{ {
id: "2", id: "2", value: "500+", title: "Pitches Reviewed", description: "Startup applications reviewed annually", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Pitch reviews"
value: "500+",
title: "Pitches Reviewed",
description: "Startup applications reviewed annually",
imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
imageAlt: "Pitch reviews"
} }
]} ]}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -133,24 +108,21 @@ export default function ContactPage() {
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium." copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Pitch Deck Template", href: "#" }, { label: "Pitch Deck Template", href: "#" },
{ label: "Founder Resources", href: "#" }, { label: "Founder Resources", href: "#" },
{ label: "Blog", href: "#" } { label: "Blog", href: "#" }
] ]
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" }, { label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" },
{ label: "Brussels, Belgium", href: "#" }, { label: "Brussels, Belgium", href: "#" },
{ label: "LinkedIn", href: "#" } { label: "LinkedIn", href: "#" }