Update src/app/about/page.tsx

This commit is contained in:
2026-03-05 10:28:48 +00:00
parent dcf6ac20e1
commit 7e54a8ebdb

View File

@@ -42,17 +42,17 @@ export default function AboutPage() {
<MetricSplitMediaAbout
tag="About Prisma Social"
tagIcon={Users}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="We Build Brands That Matter"
description="With over a decade of combined experience, our team of strategists, designers, and content creators work collaboratively to amplify your brand's voice. We don't just manage social media—we orchestrate conversations that drive real business results. Our mission is to transform how brands connect with their audiences through authentic, strategic, and creative excellence."
metrics={[
{ value: "500+", title: "Successful Campaigns" },
{ value: "50M+", title: "Combined Reach" },
]}
imageSrc="http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg"
imageAlt="Prisma Social team collaboration"
mediaAnimation="entrance-slide"
metricsAnimation="entrance-slide"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -63,39 +63,21 @@ export default function AboutPage() {
description="Hear from the brands and entrepreneurs we've worked with"
tag="Client Testimonials"
tagIcon={Quote}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
showRating={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarahjohnson",
testimonial: "Prisma Social completely transformed our social media presence. Within 6 months, our engagement tripled and we saw a 180% increase in conversions. They truly understand our brand voice.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7",
imageAlt: "Sarah Johnson, CEO",
},
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Prisma Social completely transformed our social media presence. Within 6 months, our engagement tripled and we saw a 180% increase in conversions. They truly understand our brand voice.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson, CEO"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen_creative",
testimonial: "Working with Prisma Social was a game-changer for our startup. Their strategic approach and creative execution helped us go from zero to 100K followers in just 4 months.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8",
imageAlt: "Michael Chen, Founder",
},
id: "2", name: "Michael Chen", handle: "@mchen_creative", testimonial: "Working with Prisma Social was a game-changer for our startup. Their strategic approach and creative execution helped us go from zero to 100K followers in just 4 months.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen, Founder"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@emilyrodriguez",
testimonial: "The team's attention to detail and data-driven approach is exceptional. They didn't just manage our accounts—they elevated our entire brand narrative across all platforms.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=9",
imageAlt: "Emily Rodriguez, Marketing Director",
},
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The team's attention to detail and data-driven approach is exceptional. They didn't just manage our accounts—they elevated our entire brand narrative across all platforms.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez, Marketing Director"},
]}
/>
</div>
@@ -104,14 +86,14 @@ export default function AboutPage() {
<ContactCTA
tag="Join Our Success Stories"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Ready to Partner With Us?"
description="Let's explore how Prisma Social can help your brand reach new heights. Our team is passionate about delivering results and building lasting partnerships with brands we believe in."
buttons={[
{ text: "Start a Conversation", href: "contact" },
{ text: "View Our Services", href: "services" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
/>