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" }
]}
button={{
text: "Start Pitching",
href: "/contact"
text: "Start Pitching", href: "/contact"
}}
/>
</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."
inputs={[
{
name: "founder_name",
type: "text",
placeholder: "Founder Name",
required: true
name: "founder_name", type: "text", placeholder: "Founder Name", required: true
},
{
name: "company_name",
type: "text",
placeholder: "Company Name",
required: true
name: "company_name", type: "text", placeholder: "Company Name", required: true
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true
name: "email", type: "email", placeholder: "Email Address", required: true
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: false
name: "phone", type: "tel", placeholder: "Phone Number", required: false
}
]}
textarea={{
name: "message",
placeholder: "Tell us about your startup and why you're seeking investment",
rows: 5,
name: "message", placeholder: "Tell us about your startup and why you're seeking investment", rows: 5,
required: true
}}
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"
metrics={[
{
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"
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"
},
{
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"
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"
}
]}
useInvertedBackground="noInvert"
@@ -133,24 +108,21 @@ export default function ContactPage() {
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Pitch Deck Template", href: "#" },
{ label: "Founder Resources", href: "#" },
{ label: "Blog", href: "#" }
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" },
{ label: "Brussels, Belgium", href: "#" },
{ label: "LinkedIn", href: "#" }