Update src/app/about/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user