Update src/app/contact/page.tsx
This commit is contained in:
@@ -32,8 +32,7 @@ export default function ContactPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -78,19 +77,13 @@ export default function ContactPage() {
|
|||||||
imageAlt="Quick FAQ support"
|
imageAlt="Quick FAQ support"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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."
|
copyrightText="© 2025 PitchDrive Venture Capital. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Team", href: "/team" },
|
{ label: "Team", href: "/team" },
|
||||||
{ label: "Contact", href: "/contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Investment Thesis", href: "/thesis" },
|
{ label: "Investment Thesis", href: "/thesis" },
|
||||||
{ label: "FAQ", href: "/faq" },
|
{ label: "FAQ", href: "/faq" },
|
||||||
{ label: "Apply for Funding", href: "/contact" }
|
{ label: "Apply for Funding", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com/company/pitchdrive" },
|
{ label: "LinkedIn", href: "https://linkedin.com/company/pitchdrive" },
|
||||||
{ label: "Twitter", href: "https://twitter.com/pitchdrive" },
|
{ label: "Twitter", href: "https://twitter.com/pitchdrive" },
|
||||||
{ label: "Email", href: "mailto:hello@pitchdrive.com" }
|
{ label: "Email", href: "mailto:hello@pitchdrive.com" }
|
||||||
|
|||||||
Reference in New Issue
Block a user