From f77638546b269a8a01bae472265a5336e408ff18 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:55:06 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7dbf8a2..7167ff5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,29 +46,11 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Marcus Wolf", - role: "Comic Artist & Creator", - testimonial: "Buffur has given me a platform to reach passionate fans worldwide. The support and community are exceptional. I've been able to focus entirely on my craft thanks to this platform.", - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=8", - imageAlt: "Marcus Wolf", - }, + id: "1", name: "Marcus Wolf", role: "Comic Artist & Creator", testimonial: "Buffur has given me a platform to reach passionate fans worldwide. The support and community are exceptional. I've been able to focus entirely on my craft thanks to this platform.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg", imageAlt: "Marcus Wolf"}, { - id: "2", - name: "Sam Reeves", - role: "Writer & Creator", - testimonial: "The quality of stories and the professional environment here is unmatched. I subscribed a year ago and haven't looked back since. This is where storytelling truly thrives.", - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=9", - imageAlt: "Sam Reeves", - }, + id: "2", name: "Sam Reeves", role: "Writer & Creator", testimonial: "The quality of stories and the professional environment here is unmatched. I subscribed a year ago and haven't looked back since. This is where storytelling truly thrives.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg", imageAlt: "Sam Reeves"}, { - id: "3", - name: "Riley Fox", - role: "Longtime Collector", - testimonial: "Finally, a service dedicated to our community with genuine passion. The interface is smooth, content is amazing, and the editorial curation is worth every cent of the subscription.", - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=10", - imageAlt: "Riley Fox", - }, + id: "3", name: "Riley Fox", role: "Longtime Collector", testimonial: "Finally, a service dedicated to our community with genuine passion. The interface is smooth, content is amazing, and the editorial curation is worth every cent of the subscription.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg", imageAlt: "Riley Fox"}, ]} carouselMode="buttons" animationType="blur-reveal"