Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 04:12:31 +00:00
parent 9e3a41b876
commit 94d781de54

View File

@@ -73,7 +73,7 @@ export default function AboutPage() {
{ icon: Film, label: "Cinematic Works", value: "15+" }, { icon: Film, label: "Cinematic Works", value: "15+" },
{ icon: Award, label: "Cultural Impact", value: "Global" }, { icon: Award, label: "Cultural Impact", value: "Global" },
]} ]}
metricsAnimation="entrance-slide" metricsAnimation="none"
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="Vision First metrics and achievements" ariaLabel="Vision First metrics and achievements"
/> />
@@ -83,44 +83,26 @@ export default function AboutPage() {
<TestimonialCardThirteen <TestimonialCardThirteen
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Marcus Chen", handle: "@marcuschenvisuals", testimonial:
name: "Marcus Chen", "Vision First elevated our visual identity from concept to cultural statement. Their strategic approach to art direction transformed how we present our work.", rating: 5,
handle: "@marcuschenvisuals", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ3EMGqlmy084kV3KwAVtpJqrq/professional-headshot-of-a-music-artist--1772510960853-93c61614.png", imageAlt: "Marcus Chen, Music Director"},
testimonial:
"Vision First elevated our visual identity from concept to cultural statement. Their strategic approach to art direction transformed how we present our work.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ3EMGqlmy084kV3KwAVtpJqrq/professional-headshot-of-a-music-artist--1772510960853-93c61614.png?_wi=2",
imageAlt: "Marcus Chen, Music Director",
},
{ {
id: "2", id: "2", name: "Elena Rodriguez", handle: "@elenarpro", testimonial:
name: "Elena Rodriguez", "Working with Vision First was a masterclass in creative discipline. They understand that the strongest visuals emerge from strategy, not decoration.", rating: 5,
handle: "@elenarpro", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ3EMGqlmy084kV3KwAVtpJqrq/professional-headshot-of-a-film-producer-1772510960455-e933b059.png", imageAlt: "Elena Rodriguez, Film Producer"},
testimonial:
"Working with Vision First was a masterclass in creative discipline. They understand that the strongest visuals emerge from strategy, not decoration.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ3EMGqlmy084kV3KwAVtpJqrq/professional-headshot-of-a-film-producer-1772510960455-e933b059.png?_wi=2",
imageAlt: "Elena Rodriguez, Film Producer",
},
{ {
id: "3", id: "3", name: "David Winters", handle: "@davidwintersbrand", testimonial:
name: "David Winters", "Their creative direction brought architecture and narrative to our advertising. Every decision was purposeful, every visual element served the strategy.", rating: 5,
handle: "@davidwintersbrand", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ3EMGqlmy084kV3KwAVtpJqrq/professional-headshot-of-a-brand-strateg-1772510960762-2c1b8cf4.png", imageAlt: "David Winters, Brand Strategist"},
testimonial:
"Their creative direction brought architecture and narrative to our advertising. Every decision was purposeful, every visual element served the strategy.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ3EMGqlmy084kV3KwAVtpJqrq/professional-headshot-of-a-brand-strateg-1772510960762-2c1b8cf4.png?_wi=2",
imageAlt: "David Winters, Brand Strategist",
},
]} ]}
showRating={true} showRating={true}
animationType="entrance-slide" animationType="none"
title="Trusted by Creative Leaders" title="Trusted by Creative Leaders"
description="Collaborations with artists, directors, and brands who demand strategic vision and refined execution." description="Collaborations with artists, directors, and brands who demand strategic vision and refined execution."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
tag="COLLABORATIONS" tag="COLLABORATIONS"
tagAnimation="entrance-slide" tagAnimation="none"
carouselMode="buttons" carouselMode="buttons"
ariaLabel="Vision First client testimonials and collaborations" ariaLabel="Vision First client testimonials and collaborations"
/> />
@@ -130,14 +112,14 @@ export default function AboutPage() {
<ContactCTA <ContactCTA
tag="Let's Collaborate" tag="Let's Collaborate"
tagIcon={ArrowRight} tagIcon={ArrowRight}
tagAnimation="entrance-slide" tagAnimation="none"
title="For Creative Collaborations and Cultural Projects" title="For Creative Collaborations and Cultural Projects"
description="We develop visual concepts and creative direction for projects rooted in strategy and narrative intelligence. If your vision requires refined execution and strategic thinking, let's connect." description="We develop visual concepts and creative direction for projects rooted in strategy and narrative intelligence. If your vision requires refined execution and strategic thinking, let's connect."
buttons={[ buttons={[
{ text: "Contact Studio", href: "mailto:hello@visionfirst.studio" }, { text: "Contact Studio", href: "mailto:hello@visionfirst.studio" },
{ text: "Explore More", href: "/work" }, { text: "Explore More", href: "/work" },
]} ]}
buttonAnimation="entrance-slide" buttonAnimation="none"
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="Vision First contact call to action" ariaLabel="Vision First contact call to action"