Update src/app/contact/page.tsx
This commit is contained in:
@@ -59,7 +59,7 @@ export default function ContactPage() {
|
|||||||
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
|
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"
|
imageAlt="Contact us at Pitchdrive"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Submit Pitch"
|
buttonText="Submit Pitch"
|
||||||
@@ -75,7 +75,7 @@ export default function ContactPage() {
|
|||||||
description="Pitchdrive Team"
|
description="Pitchdrive Team"
|
||||||
subdescription="Investment Partners"
|
subdescription="Investment Partners"
|
||||||
icon={Mail}
|
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"
|
imageAlt="Pitchdrive investment team"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
@@ -91,10 +91,10 @@ export default function ContactPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
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"
|
useInvertedBackground="noInvert"
|
||||||
@@ -102,7 +102,7 @@ export default function ContactPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<FooterMedia
|
<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"
|
imageAlt="Brussels skyline"
|
||||||
logoText="Pitchdrive"
|
logoText="Pitchdrive"
|
||||||
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
|
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
|
||||||
@@ -132,4 +132,4 @@ export default function ContactPage() {
|
|||||||
/>
|
/>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user