Update src/app/about/page.tsx
This commit is contained in:
@@ -73,7 +73,7 @@ export default function AboutPage() {
|
||||
{ icon: Film, label: "Cinematic Works", value: "15+" },
|
||||
{ icon: Award, label: "Cultural Impact", value: "Global" },
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Vision First metrics and achievements"
|
||||
/>
|
||||
@@ -83,44 +83,26 @@ export default function AboutPage() {
|
||||
<TestimonialCardThirteen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Chen",
|
||||
handle: "@marcuschenvisuals",
|
||||
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: "1", name: "Marcus Chen", handle: "@marcuschenvisuals", 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", imageAlt: "Marcus Chen, Music Director"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elenarpro",
|
||||
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: "2", name: "Elena Rodriguez", handle: "@elenarpro", 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", imageAlt: "Elena Rodriguez, Film Producer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Winters",
|
||||
handle: "@davidwintersbrand",
|
||||
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",
|
||||
},
|
||||
id: "3", name: "David Winters", handle: "@davidwintersbrand", 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", imageAlt: "David Winters, Brand Strategist"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="entrance-slide"
|
||||
animationType="none"
|
||||
title="Trusted by Creative Leaders"
|
||||
description="Collaborations with artists, directors, and brands who demand strategic vision and refined execution."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="COLLABORATIONS"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
carouselMode="buttons"
|
||||
ariaLabel="Vision First client testimonials and collaborations"
|
||||
/>
|
||||
@@ -130,14 +112,14 @@ export default function AboutPage() {
|
||||
<ContactCTA
|
||||
tag="Let's Collaborate"
|
||||
tagIcon={ArrowRight}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="none"
|
||||
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."
|
||||
buttons={[
|
||||
{ text: "Contact Studio", href: "mailto:hello@visionfirst.studio" },
|
||||
{ text: "Explore More", href: "/work" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="none"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Vision First contact call to action"
|
||||
|
||||
Reference in New Issue
Block a user