From 9605ed02215097ee9fcbd6a686126b9f55abc471 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 18:30:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 84fc98a..b225cc9 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: "Get Started", - href: "/contact" + text: "Get Started", href: "/contact" }} /> @@ -78,19 +77,13 @@ export default function ContactPage() { imageAlt="Quick FAQ support" faqs={[ { - id: "1", - title: "What's the best way to get your attention?", - content: "A clear, compelling pitch deck with a strong executive summary is the best starting point. Include your problem statement, solution, market size, and early traction metrics." + id: "1", title: "What's the best way to get your attention?", content: "A clear, compelling pitch deck with a strong executive summary is the best starting point. Include your problem statement, solution, market size, and early traction metrics." }, { - id: "2", - title: "Do you invest pre-revenue?", - content: "Yes, we invest in pre-revenue companies with strong product-market fit signals, exceptional founding teams, and clear paths to monetization." + id: "2", title: "Do you invest pre-revenue?", content: "Yes, we invest in pre-revenue companies with strong product-market fit signals, exceptional founding teams, and clear paths to monetization." }, { - id: "3", - title: "What's your decision timeline?", - content: "We typically provide initial feedback within 1-2 weeks and complete due diligence within 6-8 weeks for companies that fit our investment thesis." + id: "3", title: "What's your decision timeline?", content: "We typically provide initial feedback within 1-2 weeks and complete due diligence within 6-8 weeks for companies that fit our investment thesis." } ]} /> @@ -103,24 +96,21 @@ export default function ContactPage() { copyrightText="© 2025 PitchDrive Venture Capital. All rights reserved." columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Team", href: "/team" }, { label: "Contact", href: "/contact" } ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Investment Thesis", href: "/thesis" }, { label: "FAQ", href: "/faq" }, { label: "Apply for Funding", href: "/contact" } ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com/company/pitchdrive" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }, { label: "Email", href: "mailto:hello@pitchdrive.com" }