diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7167ff5..1b9bf0f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,11 +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", 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?_wi=8", 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", 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?_wi=9", 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", 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?_wi=10", imageAlt: "Riley Fox"}, ]} carouselMode="buttons" animationType="blur-reveal" diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index e4c3148..c59c4f3 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -46,22 +46,22 @@ export default function BrowsePage() { useInvertedBackground={false} products={[ { - id: "1", name: "Whispers in the Moonlight", price: "$4.99/mo", variant: "Series • 24 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg", imageAlt: "Whispers in the Moonlight", isFavorited: false, + id: "1", name: "Whispers in the Moonlight", price: "$4.99/mo", variant: "Series • 24 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg?_wi=2", imageAlt: "Whispers in the Moonlight", isFavorited: false, }, { - id: "2", name: "Urban Legends", price: "$3.99/mo", variant: "Series • 18 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg", imageAlt: "Urban Legends", isFavorited: false, + id: "2", name: "Urban Legends", price: "$3.99/mo", variant: "Series • 18 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg?_wi=2", imageAlt: "Urban Legends", isFavorited: false, }, { - id: "3", name: "Chronicles of the Vale", price: "$5.99/mo", variant: "Series • 32 Episodes", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-comics_23-2150347254.jpg", imageAlt: "Chronicles of the Vale", isFavorited: false, + id: "3", name: "Chronicles of the Vale", price: "$5.99/mo", variant: "Series • 32 Episodes", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-comics_23-2150347254.jpg?_wi=2", imageAlt: "Chronicles of the Vale", isFavorited: false, }, { - id: "4", name: "Neon Dreams", price: "$4.49/mo", variant: "Series • 20 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-halloween-characters-collection_23-2149070326.jpg", imageAlt: "Neon Dreams", isFavorited: false, + id: "4", name: "Neon Dreams", price: "$4.49/mo", variant: "Series • 20 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-halloween-characters-collection_23-2149070326.jpg?_wi=2", imageAlt: "Neon Dreams", isFavorited: false, }, { - id: "5", name: "Mystic Tales", price: "$5.49/mo", variant: "Series • 28 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg", imageAlt: "Mystic Tales", isFavorited: false, + id: "5", name: "Mystic Tales", price: "$5.49/mo", variant: "Series • 28 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg?_wi=3", imageAlt: "Mystic Tales", isFavorited: false, }, { - id: "6", name: "Shadow Chronicles", price: "$4.99/mo", variant: "Series • 22 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg", imageAlt: "Shadow Chronicles", isFavorited: false, + id: "6", name: "Shadow Chronicles", price: "$4.99/mo", variant: "Series • 22 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg?_wi=3", imageAlt: "Shadow Chronicles", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" diff --git a/src/app/page.tsx b/src/app/page.tsx index 42f0c5a..f30af0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function HomePage() { testimonials={[ { name: "Alex Rivera", handle: "Comic Enthusiast", testimonial: "The best platform for quality furry comics. The storytelling is incredible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=1"}, { name: "Jordan Chen", handle: "Artist", testimonial: "Finally a platform that celebrates our community. Absolutely amazing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=2"}, { name: "Casey Morgan", handle: "Fan", testimonial: "Worth every penny. Unlimited content and no ads. Perfect!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=3"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -83,16 +83,16 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", name: "Whispers in the Moonlight", price: "$4.99/mo", variant: "Series • 24 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg", imageAlt: "Whispers in the Moonlight", isFavorited: false, + id: "1", name: "Whispers in the Moonlight", price: "$4.99/mo", variant: "Series • 24 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/detailed-adventure-vertical-flyer-template_23-2149051150.jpg?_wi=1", imageAlt: "Whispers in the Moonlight", isFavorited: false, }, { - id: "2", name: "Urban Legends", price: "$3.99/mo", variant: "Series • 18 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg", imageAlt: "Urban Legends", isFavorited: false, + id: "2", name: "Urban Legends", price: "$3.99/mo", variant: "Series • 18 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/set-three-hand-drawn-characters_23-2147572340.jpg?_wi=1", imageAlt: "Urban Legends", isFavorited: false, }, { - id: "3", name: "Chronicles of the Vale", price: "$5.99/mo", variant: "Series • 32 Episodes", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-comics_23-2150347254.jpg", imageAlt: "Chronicles of the Vale", isFavorited: false, + id: "3", name: "Chronicles of the Vale", price: "$5.99/mo", variant: "Series • 32 Episodes", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-reading-comics_23-2150347254.jpg?_wi=1", imageAlt: "Chronicles of the Vale", isFavorited: false, }, { - id: "4", name: "Neon Dreams", price: "$4.49/mo", variant: "Series • 20 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-halloween-characters-collection_23-2149070326.jpg", imageAlt: "Neon Dreams", isFavorited: false, + id: "4", name: "Neon Dreams", price: "$4.49/mo", variant: "Series • 20 Episodes", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-halloween-characters-collection_23-2149070326.jpg?_wi=1", imageAlt: "Neon Dreams", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" @@ -154,13 +154,13 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Marcus Wolf", role: "Comic Artist", testimonial: "Buffur has given me a platform to reach passionate fans worldwide. The support and community are exceptional.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg", imageAlt: "Marcus Wolf"}, + id: "1", name: "Marcus Wolf", role: "Comic Artist", testimonial: "Buffur has given me a platform to reach passionate fans worldwide. The support and community are exceptional.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=4", imageAlt: "Marcus Wolf"}, { - id: "2", name: "Sam Reeves", role: "Writer & Creator", testimonial: "The quality of stories here is unmatched. I subscribed a year ago and haven't looked back since.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg", imageAlt: "Sam Reeves"}, + id: "2", name: "Sam Reeves", role: "Writer & Creator", testimonial: "The quality of stories here is unmatched. I subscribed a year ago and haven't looked back since.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=5", imageAlt: "Sam Reeves"}, { - id: "3", name: "Riley Fox", role: "Collector", testimonial: "Finally, a service dedicated to our community. The interface is smooth, content is amazing, and it's worth every cent.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg", imageAlt: "Riley Fox"}, + id: "3", name: "Riley Fox", role: "Collector", testimonial: "Finally, a service dedicated to our community. The interface is smooth, content is amazing, and it's worth every cent.", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=6", imageAlt: "Riley Fox"}, { - id: "4", name: "Casey Blue", role: "Fan", testimonial: "Buffur introduced me to incredible artists and stories I never would have found elsewhere. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg", imageAlt: "Casey Blue"}, + id: "4", name: "Casey Blue", role: "Fan", testimonial: "Buffur introduced me to incredible artists and stories I never would have found elsewhere. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=7", imageAlt: "Casey Blue"}, ]} carouselMode="buttons" animationType="blur-reveal"