Update src/app/contact/page.tsx

This commit is contained in:
2026-01-23 00:08:43 +00:00
parent 1e040abb01
commit 8d88898f79

View File

@@ -59,7 +59,7 @@ export default function ContactPage() {
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"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop"
imageAlt="Contact us at Pitchdrive"
mediaPosition="right"
buttonText="Submit Pitch"
@@ -75,7 +75,7 @@ export default function ContactPage() {
description="Pitchdrive Team"
subdescription="Investment Partners"
icon={Mail}
imageSrc="https://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1787.jpg"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop"
imageAlt="Pitchdrive investment team"
useInvertedBackground="invertDefault"
/>
@@ -91,10 +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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", 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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Pitch reviews"
}
]}
useInvertedBackground="noInvert"
@@ -102,7 +102,7 @@ export default function ContactPage() {
</div>
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/cityscape-frankfurt-downtown-germany_1268-20913.jpg"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop"
imageAlt="Brussels skyline"
logoText="Pitchdrive"
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
@@ -132,4 +132,4 @@ export default function ContactPage() {
/>
</ThemeProvider>
);
}
}