Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 02:55:12 +00:00
5 changed files with 49 additions and 214 deletions

View File

@@ -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"

View File

@@ -46,58 +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?_wi=2",
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", 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?_wi=2",
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", 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?_wi=2",
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", 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?_wi=2",
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", 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?_wi=3",
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", 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?_wi=3",
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", imageAlt: "Shadow Chronicles", isFavorited: false,
},
]}
gridVariant="uniform-all-items-equal"

View File

@@ -5,32 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
variable: "--font-nunito-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Buffur - Premium Furry Comics Streaming Platform",
description: "Discover unlimited furry comics, exclusive series, and premium storytelling. Subscribe to Buffur for ad-free streaming of the finest furry comic content.",
keywords: "furry comics, comics streaming, comic series, furry animation, digital comics",
openGraph: {
title: "Buffur - Premium Furry Comics",
description: "Stream unlimited furry comics with Buffur. Exclusive content, stunning artwork, and captivating stories.",
url: "https://buffur.com",
siteName: "Buffur",
type: "website",
images: [
title: "Buffur - Premium Furry Comics Streaming Platform", description: "Discover unlimited furry comics, exclusive series, and premium storytelling. Subscribe to Buffur for ad-free streaming of the finest furry comic content.", keywords: "furry comics, comics streaming, comic series, furry animation, digital comics", openGraph: {
title: "Buffur - Premium Furry Comics", description: "Stream unlimited furry comics with Buffur. Exclusive content, stunning artwork, and captivating stories.", url: "https://buffur.com", siteName: "Buffur", type: "website", images: [
{
url: "http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg",
alt: "Buffur Premium Comics Platform",
},
url: "http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg", alt: "Buffur Premium Comics Platform"},
],
},
twitter: {
card: "summary_large_image",
title: "Buffur - Premium Furry Comics",
description: "Stream unlimited furry comics with exclusive content and stunning artwork.",
images: ["http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg"],
card: "summary_large_image", title: "Buffur - Premium Furry Comics", description: "Stream unlimited furry comics with exclusive content and stunning artwork.", images: ["http://img.b2bpic.net/free-vector/character-showing-emotions_52683-5455.jpg"],
},
robots: {
index: true,

View File

@@ -53,26 +53,14 @@ export default function HomePage() {
mediaAnimation="slide-up"
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?_wi=1",
},
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"},
{
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?_wi=2",
},
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"},
{
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?_wi=3",
},
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"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -95,40 +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?_wi=1",
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", 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?_wi=1",
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", 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?_wi=1",
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", 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?_wi=1",
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", imageAlt: "Neon Dreams", isFavorited: false,
},
]}
gridVariant="uniform-all-items-equal"
@@ -150,36 +114,26 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
id: "free",
price: "Free",
name: "Starter",
buttons={[
id: "free", price: "Free", name: "Starter", buttons: [
{ text: "Get Started", href: "/signup" },
{ text: "Learn More", href: "#" },
]}
features={["5 comics per week", "Standard quality", "Community access", "Weekly newsletter"]}
],
features: ["5 comics per week", "Standard quality", "Community access", "Weekly newsletter"],
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Star,
price: "$9.99/mo",
name: "Premium",
buttons={[
id: "pro", badge: "Most Popular", badgeIcon: Star,
price: "$9.99/mo", name: "Premium", buttons: [
{ text: "Subscribe Now", href: "/signup?plan=pro" },
{ text: "Try Free", href: "/signup?plan=pro&trial=true" },
]}
features={["Unlimited comics", "4K quality", "Ad-free experience", "Exclusive releases", "Download episodes", "Priority support"]}
],
features: ["Unlimited comics", "4K quality", "Ad-free experience", "Exclusive releases", "Download episodes", "Priority support"],
},
{
id: "ultimate",
price: "$14.99/mo",
name: "Ultimate",
buttons={[
id: "ultimate", price: "$14.99/mo", name: "Ultimate", buttons: [
{ text: "Subscribe Now", href: "/signup?plan=ultimate" },
{ text: "Contact Sales", href: "#" },
]}
features={["Everything in Premium", "Early access to new series", "Creator collaboration access", "Personal recommendations", "Family sharing (4 profiles)", "VIP community forum"]}
],
features: ["Everything in Premium", "Early access to new series", "Creator collaboration access", "Personal recommendations", "Family sharing (4 profiles)", "VIP community forum"],
},
]}
animationType="blur-reveal"
@@ -200,37 +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?_wi=4",
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", 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?_wi=5",
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", 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?_wi=6",
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", 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?_wi=7",
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", imageAlt: "Casey Blue"},
]}
carouselMode="buttons"
animationType="blur-reveal"
@@ -248,35 +178,17 @@ export default function HomePage() {
faqsAnimation="blur-reveal"
faqs={[
{
id: "1",
title: "How do I create an account?",
content: "Simply click 'Sign Up' and follow our quick registration process. You can use your email, Google, or Discord account. The whole process takes less than 2 minutes.",
},
id: "1", title: "How do I create an account?", content: "Simply click 'Sign Up' and follow our quick registration process. You can use your email, Google, or Discord account. The whole process takes less than 2 minutes."},
{
id: "2",
title: "Can I download episodes to watch offline?",
content: "Yes! Premium and Ultimate subscribers can download episodes to watch offline. Downloaded content is accessible for 7 days on all your devices.",
},
id: "2", title: "Can I download episodes to watch offline?", content: "Yes! Premium and Ultimate subscribers can download episodes to watch offline. Downloaded content is accessible for 7 days on all your devices."},
{
id: "3",
title: "What payment methods do you accept?",
content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and digital wallets. All payments are secure and encrypted.",
},
id: "3", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, Apple Pay, Google Pay, and digital wallets. All payments are secure and encrypted."},
{
id: "4",
title: "Can I cancel my subscription anytime?",
content: "Absolutely! You can cancel your subscription at any time from your account settings. There are no hidden fees or long-term contracts. You'll retain access until the end of your current billing period.",
},
id: "4", title: "Can I cancel my subscription anytime?", content: "Absolutely! You can cancel your subscription at any time from your account settings. There are no hidden fees or long-term contracts. You'll retain access until the end of your current billing period."},
{
id: "5",
title: "Is content available in different languages?",
content: "We currently offer English, Spanish, and Japanese subtitles on most series. Original language audio is always available. We're continuously adding more language options.",
},
id: "5", title: "Is content available in different languages?", content: "We currently offer English, Spanish, and Japanese subtitles on most series. Original language audio is always available. We're continuously adding more language options."},
{
id: "6",
title: "How often is new content added?",
content: "We add new episodes and series every week. Premium members get early access to new releases 48 hours before general availability. Check our 'New Releases' section for the latest additions.",
},
id: "6", title: "How often is new content added?", content: "We add new episodes and series every week. Premium members get early access to new releases 48 hours before general availability. Check our 'New Releases' section for the latest additions."},
]}
/>
</div>

View File

@@ -46,32 +46,22 @@ export default function PricingPage() {
useInvertedBackground={false}
plans={[
{
id: "free",
price: "Free",
name: "Starter",
buttons: [
id: "free", price: "Free", name: "Starter", buttons: [
{ text: "Get Started", href: "/signup" },
{ text: "Learn More", href: "#" },
],
features: ["5 comics per week", "Standard quality", "Community access", "Weekly newsletter"],
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Star,
price: "$9.99/mo",
name: "Premium",
buttons: [
id: "pro", badge: "Most Popular", badgeIcon: Star,
price: "$9.99/mo", name: "Premium", buttons: [
{ text: "Subscribe Now", href: "/signup?plan=pro" },
{ text: "Try Free", href: "/signup?plan=pro&trial=true" },
],
features: ["Unlimited comics", "4K quality", "Ad-free experience", "Exclusive releases", "Download episodes", "Priority support"],
},
{
id: "ultimate",
price: "$14.99/mo",
name: "Ultimate",
buttons: [
id: "ultimate", price: "$14.99/mo", name: "Ultimate", buttons: [
{ text: "Subscribe Now", href: "/signup?plan=ultimate" },
{ text: "Contact Sales", href: "#" },
],
@@ -80,6 +70,7 @@ export default function PricingPage() {
]}
animationType="blur-reveal"
carouselMode="buttons"
buttons={[{ text: "Compare Plans", href: "#" }]}
buttonAnimation="slide-up"
/>
</div>