diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 05d407e..cd822f1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,17 +42,17 @@ export default function AboutPage() { @@ -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"}, ]} /> @@ -104,14 +86,14 @@ export default function AboutPage() {