From f99c8c224a5b313f0189f288a3f860d17a19de37 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:53:02 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 50 +++++++++------------------------------- 1 file changed, 11 insertions(+), 39 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3ca7ad8..e9f0326 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,8 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Start Pitching", - href: "/contact" + text: "Start Pitching", href: "/contact" }} /> @@ -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: "#" }