Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function CommunityPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Categories", href: "/categories" },
|
||||
@@ -29,8 +28,7 @@ export default function CommunityPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Forum", href: "/forum" },
|
||||
{ label: "User Profiles", href: "/profiles" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -38,8 +36,7 @@ export default function CommunityPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -47,8 +44,7 @@ export default function CommunityPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
@@ -86,7 +82,8 @@ export default function CommunityPage() {
|
||||
tag="👥 Global Community Hub"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background="grid"
|
||||
background={{
|
||||
variant: "animated-grid"}}
|
||||
buttons={[
|
||||
{ text: "Join Discussion", href: "/community" },
|
||||
{ text: "Explore Profiles", href: "/profiles" },
|
||||
@@ -97,53 +94,23 @@ export default function CommunityPage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sakura Tanaka",
|
||||
handle: "@sakura_anime",
|
||||
testimonial: "The community features make AnimeCore feel like home. Found my favorite anime through recommendations!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png?_wi=2",
|
||||
imageAlt: "Sakura's avatar",
|
||||
},
|
||||
name: "Sakura Tanaka", handle: "@sakura_anime", testimonial: "The community features make AnimeCore feel like home. Found my favorite anime through recommendations!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png", imageAlt: "Sakura's avatar"},
|
||||
{
|
||||
name: "Kenji Yamamoto",
|
||||
handle: "@kenji_fan",
|
||||
testimonial: "Best community interactions. Everyone is friendly and passionate about anime here.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png?_wi=2",
|
||||
imageAlt: "Kenji's avatar",
|
||||
},
|
||||
name: "Kenji Yamamoto", handle: "@kenji_fan", testimonial: "Best community interactions. Everyone is friendly and passionate about anime here.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png", imageAlt: "Kenji's avatar"},
|
||||
{
|
||||
name: "Yuki Mizuki",
|
||||
handle: "@yuki_watches",
|
||||
testimonial: "Found lifelong anime friends through AnimeCore. This platform truly brings fans together!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png?_wi=2",
|
||||
imageAlt: "Yuki's avatar",
|
||||
},
|
||||
name: "Yuki Mizuki", handle: "@yuki_watches", testimonial: "Found lifelong anime friends through AnimeCore. This platform truly brings fans together!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png", imageAlt: "Yuki's avatar"},
|
||||
{
|
||||
name: "Hiroshi Sato",
|
||||
handle: "@hiroshi_otaku",
|
||||
testimonial: "Community events and watch parties are incredible. Feeling connected to anime fans everywhere.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/happy-smiling-anime-character-avatar-fri-1773419316045-88273c9b.png?_wi=2",
|
||||
imageAlt: "Hiroshi's avatar",
|
||||
},
|
||||
name: "Hiroshi Sato", handle: "@hiroshi_otaku", testimonial: "Community events and watch parties are incredible. Feeling connected to anime fans everywhere.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/happy-smiling-anime-character-avatar-fri-1773419316045-88273c9b.png", imageAlt: "Hiroshi's avatar"},
|
||||
{
|
||||
name: "Akira Nakamura",
|
||||
handle: "@akira_cinema",
|
||||
testimonial: "The discussion forums are active and moderated perfectly. Such a welcoming place!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/passionate-anime-enthusiast-character-av-1773419313114-01032cbf.png?_wi=2",
|
||||
imageAlt: "Akira's avatar",
|
||||
},
|
||||
name: "Akira Nakamura", handle: "@akira_cinema", testimonial: "The discussion forums are active and moderated perfectly. Such a welcoming place!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/passionate-anime-enthusiast-character-av-1773419313114-01032cbf.png", imageAlt: "Akira's avatar"},
|
||||
{
|
||||
name: "Emi Kobayashi",
|
||||
handle: "@emi_anime_fan",
|
||||
testimonial: "Premium community features unlock endless entertainment and meaningful connections.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/diverse-anime-community-member-avatar-in-1773419313803-22b237b9.png?_wi=2",
|
||||
imageAlt: "Emi's avatar",
|
||||
},
|
||||
name: "Emi Kobayashi", handle: "@emi_anime_fan", testimonial: "Premium community features unlock endless entertainment and meaningful connections.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/diverse-anime-community-member-avatar-in-1773419313803-22b237b9.png", imageAlt: "Emi's avatar"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
className="relative overflow-hidden"
|
||||
@@ -167,44 +134,20 @@ export default function CommunityPage() {
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-members",
|
||||
value: "5.2M+",
|
||||
title: "Active Members",
|
||||
items: [
|
||||
"Daily discussions",
|
||||
"Global audience",
|
||||
"Growing community",
|
||||
],
|
||||
id: "metric-members", value: "5.2M+", title: "Active Members", items: [
|
||||
"Daily discussions", "Global audience", "Growing community"],
|
||||
},
|
||||
{
|
||||
id: "metric-discussions",
|
||||
value: "1.8M+",
|
||||
title: "Monthly Discussions",
|
||||
items: [
|
||||
"Active threads",
|
||||
"Helpful moderators",
|
||||
"Safe environment",
|
||||
],
|
||||
id: "metric-discussions", value: "1.8M+", title: "Monthly Discussions", items: [
|
||||
"Active threads", "Helpful moderators", "Safe environment"],
|
||||
},
|
||||
{
|
||||
id: "metric-watchparty",
|
||||
value: "500+",
|
||||
title: "Weekly Watch Parties",
|
||||
items: [
|
||||
"Synchronized viewing",
|
||||
"Live chat events",
|
||||
"Community bonding",
|
||||
],
|
||||
id: "metric-watchparty", value: "500+", title: "Weekly Watch Parties", items: [
|
||||
"Synchronized viewing", "Live chat events", "Community bonding"],
|
||||
},
|
||||
{
|
||||
id: "metric-feedback",
|
||||
value: "98%",
|
||||
title: "Satisfaction Rate",
|
||||
items: [
|
||||
"Member reviews",
|
||||
"Quality interactions",
|
||||
"Supportive culture",
|
||||
],
|
||||
id: "metric-feedback", value: "98%", title: "Satisfaction Rate", items: [
|
||||
"Member reviews", "Quality interactions", "Supportive culture"],
|
||||
},
|
||||
]}
|
||||
className="relative"
|
||||
@@ -236,38 +179,11 @@ export default function CommunityPage() {
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "story-1",
|
||||
category: "Member Spotlight",
|
||||
title: "From Fan to Creator: Mika's Anime Art Journey",
|
||||
excerpt: "Meet Mika, a talented community artist whose anime fan art gained thousands of followers through AnimeCore's creative platform.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-news-article-header-image-with-pro-1773419314041-752fafeb.png?_wi=3",
|
||||
imageAlt: "Community artist spotlight",
|
||||
authorName: "Community Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png",
|
||||
date: "Dec 21, 2024",
|
||||
},
|
||||
id: "story-1", category: "Member Spotlight", title: "From Fan to Creator: Mika's Anime Art Journey", excerpt: "Meet Mika, a talented community artist whose anime fan art gained thousands of followers through AnimeCore's creative platform.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-news-article-header-image-with-pro-1773419314041-752fafeb.png", imageAlt: "Community artist spotlight", authorName: "Community Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png", date: "Dec 21, 2024"},
|
||||
{
|
||||
id: "story-2",
|
||||
category: "Event Recap",
|
||||
title: "AnimeCore Global Watch Party: Record Participation",
|
||||
excerpt: "Over 200,000 fans watched together during our global anime premiere event, creating unforgettable moments and connections.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/breaking-anime-news-visual-with-eye-catc-1773419313823-cb0c0c10.png?_wi=3",
|
||||
imageAlt: "Global watch party success",
|
||||
authorName: "Events Team",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png",
|
||||
date: "Dec 20, 2024",
|
||||
},
|
||||
id: "story-2", category: "Event Recap", title: "AnimeCore Global Watch Party: Record Participation", excerpt: "Over 200,000 fans watched together during our global anime premiere event, creating unforgettable moments and connections.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/breaking-anime-news-visual-with-eye-catc-1773419313823-cb0c0c10.png", imageAlt: "Global watch party success", authorName: "Events Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png", date: "Dec 20, 2024"},
|
||||
{
|
||||
id: "story-3",
|
||||
category: "Community News",
|
||||
title: "New Community Moderators Chosen: Meet The Team",
|
||||
excerpt: "Five dedicated community members have been selected as moderators for their exceptional contributions to fostering a positive environment.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-success-story-news-image-with-cele-1773419314156-e88df940.png?_wi=3",
|
||||
imageAlt: "New moderators announcement",
|
||||
authorName: "Community Management",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png",
|
||||
date: "Dec 19, 2024",
|
||||
},
|
||||
id: "story-3", category: "Community News", title: "New Community Moderators Chosen: Meet The Team", excerpt: "Five dedicated community members have been selected as moderators for their exceptional contributions to fostering a positive environment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-success-story-news-image-with-cele-1773419314156-e88df940.png", imageAlt: "New moderators announcement", authorName: "Community Management", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png", date: "Dec 19, 2024"},
|
||||
]}
|
||||
className="relative"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"
|
||||
|
||||
289
src/app/page.tsx
289
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Categories", href: "/categories" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Forum", href: "/forum" },
|
||||
{ label: "User Profiles", href: "/profiles" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -51,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
@@ -79,9 +75,7 @@ export default function HomePage() {
|
||||
brandName="AnimeCore"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Watch Now",
|
||||
href: "/watch",
|
||||
}}
|
||||
text: "Watch Now", href: "/watch"}}
|
||||
className="bg-opacity-90 backdrop-blur-md border border-cyan-400/20"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,17 +88,12 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Watching",
|
||||
href: "/watch",
|
||||
},
|
||||
text: "Start Watching", href: "/watch"},
|
||||
{
|
||||
text: "Explore Library",
|
||||
href: "/trending",
|
||||
},
|
||||
text: "Explore Library", href: "/trending"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/ultra-cinematic-anime-hero-banner-with-g-1773419313894-9045bfb9.png"
|
||||
@@ -112,53 +101,23 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sakura Tanaka",
|
||||
handle: "@sakura_anime",
|
||||
testimonial: "The smoothest anime platform I've ever used. Crystal clear 4K streaming with zero buffering!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png?_wi=1",
|
||||
imageAlt: "Sakura's avatar",
|
||||
},
|
||||
name: "Sakura Tanaka", handle: "@sakura_anime", testimonial: "The smoothest anime platform I've ever used. Crystal clear 4K streaming with zero buffering!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png", imageAlt: "Sakura's avatar"},
|
||||
{
|
||||
name: "Kenji Yamamoto",
|
||||
handle: "@kenji_fan",
|
||||
testimonial: "AnimeCore's UI is absolutely stunning. The glow effects and animations are chef's kiss.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png?_wi=1",
|
||||
imageAlt: "Kenji's avatar",
|
||||
},
|
||||
name: "Kenji Yamamoto", handle: "@kenji_fan", testimonial: "AnimeCore's UI is absolutely stunning. The glow effects and animations are chef's kiss.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png", imageAlt: "Kenji's avatar"},
|
||||
{
|
||||
name: "Yuki Mizuki",
|
||||
handle: "@yuki_watches",
|
||||
testimonial: "Best anime platform in 2024. Fantastic community features and never-ending content.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png?_wi=1",
|
||||
imageAlt: "Yuki's avatar",
|
||||
},
|
||||
name: "Yuki Mizuki", handle: "@yuki_watches", testimonial: "Best anime platform in 2024. Fantastic community features and never-ending content.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png", imageAlt: "Yuki's avatar"},
|
||||
{
|
||||
name: "Hiroshi Sato",
|
||||
handle: "@hiroshi_otaku",
|
||||
testimonial: "Finally found a platform that respects my time with fast loading and smart recommendations.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/happy-smiling-anime-character-avatar-fri-1773419316045-88273c9b.png?_wi=1",
|
||||
imageAlt: "Hiroshi's avatar",
|
||||
},
|
||||
name: "Hiroshi Sato", handle: "@hiroshi_otaku", testimonial: "Finally found a platform that respects my time with fast loading and smart recommendations.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/happy-smiling-anime-character-avatar-fri-1773419316045-88273c9b.png", imageAlt: "Hiroshi's avatar"},
|
||||
{
|
||||
name: "Akira Nakamura",
|
||||
handle: "@akira_cinema",
|
||||
testimonial: "The cinematic UI makes every anime look like a premium experience. Absolutely love it!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/passionate-anime-enthusiast-character-av-1773419313114-01032cbf.png?_wi=1",
|
||||
imageAlt: "Akira's avatar",
|
||||
},
|
||||
name: "Akira Nakamura", handle: "@akira_cinema", testimonial: "The cinematic UI makes every anime look like a premium experience. Absolutely love it!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/passionate-anime-enthusiast-character-av-1773419313114-01032cbf.png", imageAlt: "Akira's avatar"},
|
||||
{
|
||||
name: "Emi Kobayashi",
|
||||
handle: "@emi_anime_fan",
|
||||
testimonial: "Premium features, incredible performance, and the most beautiful anime platform design.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/diverse-anime-community-member-avatar-in-1773419313803-22b237b9.png?_wi=1",
|
||||
imageAlt: "Emi's avatar",
|
||||
},
|
||||
name: "Emi Kobayashi", handle: "@emi_anime_fan", testimonial: "Premium features, incredible performance, and the most beautiful anime platform design.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/diverse-anime-community-member-avatar-in-1773419313803-22b237b9.png", imageAlt: "Emi's avatar"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
className="relative overflow-hidden"
|
||||
@@ -179,9 +138,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Trending",
|
||||
href: "/trending",
|
||||
},
|
||||
text: "View All Trending", href: "/trending"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -190,33 +147,13 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
{
|
||||
id: "trending-1",
|
||||
name: "Celestial Knights",
|
||||
price: "Episode 12 of 24",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/trending-anime-poster-with-bold-characte-1773419313467-9e320ee2.png?_wi=1",
|
||||
imageAlt: "Celestial Knights - Trending anime",
|
||||
},
|
||||
id: "trending-1", name: "Celestial Knights", price: "Episode 12 of 24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/trending-anime-poster-with-bold-characte-1773419313467-9e320ee2.png", imageAlt: "Celestial Knights - Trending anime"},
|
||||
{
|
||||
id: "trending-2",
|
||||
name: "Starlight Dreams",
|
||||
price: "Completed 26 Episodes",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/popular-anime-series-poster-featuring-be-1773419313374-2274cc9a.png?_wi=1",
|
||||
imageAlt: "Starlight Dreams - Romance anime series",
|
||||
},
|
||||
id: "trending-2", name: "Starlight Dreams", price: "Completed 26 Episodes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/popular-anime-series-poster-featuring-be-1773419313374-2274cc9a.png", imageAlt: "Starlight Dreams - Romance anime series"},
|
||||
{
|
||||
id: "trending-3",
|
||||
name: "Shadow Resonance",
|
||||
price: "Episode 8 of 12",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/action-packed-anime-poster-with-intense--1773419313938-65ab8b7b.png?_wi=1",
|
||||
imageAlt: "Shadow Resonance - Action thriller anime",
|
||||
},
|
||||
id: "trending-3", name: "Shadow Resonance", price: "Episode 8 of 12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/action-packed-anime-poster-with-intense--1773419313938-65ab8b7b.png", imageAlt: "Shadow Resonance - Action thriller anime"},
|
||||
{
|
||||
id: "trending-4",
|
||||
name: "Neon Genesis",
|
||||
price: "New Release Coming Soon",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png?_wi=1",
|
||||
imageAlt: "Neon Genesis - Upcoming anime",
|
||||
},
|
||||
id: "trending-4", name: "Neon Genesis", price: "New Release Coming Soon", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png", imageAlt: "Neon Genesis - Upcoming anime"},
|
||||
]}
|
||||
className="relative"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"
|
||||
@@ -237,9 +174,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Set Notifications",
|
||||
href: "/upcoming",
|
||||
},
|
||||
text: "Set Notifications", href: "/upcoming"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -248,26 +183,11 @@ export default function HomePage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "upcoming-1",
|
||||
name: "Cosmic Rebellion",
|
||||
price: "Releases Jan 15, 2025",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png?_wi=2",
|
||||
imageAlt: "Cosmic Rebellion - Upcoming anime",
|
||||
},
|
||||
id: "upcoming-1", name: "Cosmic Rebellion", price: "Releases Jan 15, 2025", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png", imageAlt: "Cosmic Rebellion - Upcoming anime"},
|
||||
{
|
||||
id: "upcoming-2",
|
||||
name: "Azure Fantasy",
|
||||
price: "Releases Jan 22, 2025",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/new-anime-series-teaser-poster-with-intr-1773419313276-879056d4.png?_wi=1",
|
||||
imageAlt: "Azure Fantasy - Fantasy anime series",
|
||||
},
|
||||
id: "upcoming-2", name: "Azure Fantasy", price: "Releases Jan 22, 2025", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/new-anime-series-teaser-poster-with-intr-1773419313276-879056d4.png", imageAlt: "Azure Fantasy - Fantasy anime series"},
|
||||
{
|
||||
id: "upcoming-3",
|
||||
name: "Quantum Nexus",
|
||||
price: "Releases Feb 1, 2025",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-season-premiere-poster-with-dynami-1773419314384-3557f72d.png?_wi=1",
|
||||
imageAlt: "Quantum Nexus - Sci-fi anime release",
|
||||
},
|
||||
id: "upcoming-3", name: "Quantum Nexus", price: "Releases Feb 1, 2025", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-season-premiere-poster-with-dynami-1773419314384-3557f72d.png", imageAlt: "Quantum Nexus - Sci-fi anime release"},
|
||||
]}
|
||||
className="relative"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"
|
||||
@@ -287,9 +207,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All News",
|
||||
href: "/news",
|
||||
},
|
||||
text: "Read All News", href: "/news"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -298,38 +216,11 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "news-1",
|
||||
category: "Industry News",
|
||||
title: "Revolutionary Anime Studio Collaborates on Mega Project",
|
||||
excerpt: "Top animation studios announce unprecedented collaboration bringing together legendary directors for an epic cinematic anime experience.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-news-article-header-image-with-pro-1773419314041-752fafeb.png?_wi=1",
|
||||
imageAlt: "Studio collaboration announcement",
|
||||
authorName: "Anime Times Editorial",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png",
|
||||
date: "Dec 20, 2024",
|
||||
},
|
||||
id: "news-1", category: "Industry News", title: "Revolutionary Anime Studio Collaborates on Mega Project", excerpt: "Top animation studios announce unprecedented collaboration bringing together legendary directors for an epic cinematic anime experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-news-article-header-image-with-pro-1773419314041-752fafeb.png", imageAlt: "Studio collaboration announcement", authorName: "Anime Times Editorial", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cute-anime-character-avatar-portrait-in--1773419312512-19e50b5c.png", date: "Dec 20, 2024"},
|
||||
{
|
||||
id: "news-2",
|
||||
category: "Episode Release",
|
||||
title: "Record-Breaking Episode 15 Shatters Viewership Records",
|
||||
excerpt: "The latest episode becomes the most-watched anime premiere in streaming history with millions tuning in simultaneously.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/breaking-anime-news-visual-with-eye-catc-1773419313823-cb0c0c10.png?_wi=1",
|
||||
imageAlt: "Record breaking episode",
|
||||
authorName: "Streaming Analytics Hub",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png",
|
||||
date: "Dec 19, 2024",
|
||||
},
|
||||
id: "news-2", category: "Episode Release", title: "Record-Breaking Episode 15 Shatters Viewership Records", excerpt: "The latest episode becomes the most-watched anime premiere in streaming history with millions tuning in simultaneously.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/breaking-anime-news-visual-with-eye-catc-1773419313823-cb0c0c10.png", imageAlt: "Record breaking episode", authorName: "Streaming Analytics Hub", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/cool-anime-boy-character-avatar-professi-1773419312816-c444ec4b.png", date: "Dec 19, 2024"},
|
||||
{
|
||||
id: "news-3",
|
||||
category: "Awards",
|
||||
title: "AnimeCore Platform Wins Best Streaming Experience Award",
|
||||
excerpt: "Premium anime platform recognized for exceptional UI design, smooth performance, and community engagement excellence.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-success-story-news-image-with-cele-1773419314156-e88df940.png?_wi=1",
|
||||
imageAlt: "Platform awards recognition",
|
||||
authorName: "Digital Entertainment Awards",
|
||||
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png",
|
||||
date: "Dec 18, 2024",
|
||||
},
|
||||
id: "news-3", category: "Awards", title: "AnimeCore Platform Wins Best Streaming Experience Award", excerpt: "Premium anime platform recognized for exceptional UI design, smooth performance, and community engagement excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-success-story-news-image-with-cele-1773419314156-e88df940.png", imageAlt: "Platform awards recognition", authorName: "Digital Entertainment Awards", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-character-avatar-for--1773419312673-bdd39084.png", date: "Dec 18, 2024"},
|
||||
]}
|
||||
className="relative"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"
|
||||
@@ -352,25 +243,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Studio Aurora",
|
||||
"Neon Productions",
|
||||
"Genesis Animation",
|
||||
"Celestial Arts",
|
||||
"Quantum Studios",
|
||||
"Eclipse Creative",
|
||||
"Infinix Entertainment",
|
||||
"Prism Works",
|
||||
]}
|
||||
"Studio Aurora", "Neon Productions", "Genesis Animation", "Celestial Arts", "Quantum Studios", "Eclipse Creative", "Infinix Entertainment", "Prism Works"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-studio-logo-design-cl-1773419312754-c07164b5.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/premium-anime-production-studio-logo-pro-1773419313048-0b971618.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-streaming-platform-logo-design-pro-1773419314366-8a699052.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/premium-manga-and-anime-publisher-logo-p-1773419313133-bbfbbe8a.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/animation-studio-professional-logo-desig-1773419312522-a84ee898.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-content-network-professional-logo--1773419312609-24a375b9.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-production-partner-premium-logo-pr-1773419312692-e4bccc58.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-festival-partner-and-sponsor-logo--1773419313867-05813e4f.png",
|
||||
]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/professional-anime-studio-logo-design-cl-1773419312754-c07164b5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/premium-anime-production-studio-logo-pro-1773419313048-0b971618.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-streaming-platform-logo-design-pro-1773419314366-8a699052.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/premium-manga-and-anime-publisher-logo-p-1773419313133-bbfbbe8a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/animation-studio-professional-logo-desig-1773419312522-a84ee898.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-content-network-professional-logo--1773419312609-24a375b9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-production-partner-premium-logo-pr-1773419312692-e4bccc58.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/anime-festival-partner-and-sponsor-logo--1773419313867-05813e4f.png"]}
|
||||
speed={50}
|
||||
showCard={true}
|
||||
className="relative"
|
||||
@@ -393,9 +268,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Categories",
|
||||
href: "/categories",
|
||||
},
|
||||
text: "Explore Categories", href: "/categories"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
@@ -403,37 +276,17 @@ export default function HomePage() {
|
||||
animationType="scale-rotate"
|
||||
features={[
|
||||
{
|
||||
id: "cat-action",
|
||||
title: "Action & Adventure",
|
||||
author: "High-octane excitement",
|
||||
description: "Epic battles, thrilling combat, and breathtaking adventures that keep you on the edge of your seat.",
|
||||
tags: ["Fighting", "Adventure", "Intense"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/action-packed-anime-poster-with-intense--1773419313938-65ab8b7b.png?_wi=2",
|
||||
},
|
||||
id: "cat-action", title: "Action & Adventure", author: "High-octane excitement", description: "Epic battles, thrilling combat, and breathtaking adventures that keep you on the edge of your seat.", tags: ["Fighting", "Adventure", "Intense"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/action-packed-anime-poster-with-intense--1773419313938-65ab8b7b.png"},
|
||||
{
|
||||
id: "cat-romance",
|
||||
title: "Romance & Drama",
|
||||
author: "Heartfelt emotions",
|
||||
description: "Beautiful love stories and emotional journeys that touch the heart and leave lasting impressions.",
|
||||
tags: ["Love", "Drama", "Emotions"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/popular-anime-series-poster-featuring-be-1773419313374-2274cc9a.png?_wi=2",
|
||||
},
|
||||
id: "cat-romance", title: "Romance & Drama", author: "Heartfelt emotions", description: "Beautiful love stories and emotional journeys that touch the heart and leave lasting impressions.", tags: ["Love", "Drama", "Emotions"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/popular-anime-series-poster-featuring-be-1773419313374-2274cc9a.png"},
|
||||
{
|
||||
id: "cat-scifi",
|
||||
title: "Sci-Fi & Cyberpunk",
|
||||
author: "Futuristic visions",
|
||||
description: "Dystopian futures, advanced technology, and mind-bending concepts that expand imagination.",
|
||||
tags: ["Tech", "Future", "Innovation"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png?_wi=3",
|
||||
},
|
||||
id: "cat-scifi", title: "Sci-Fi & Cyberpunk", author: "Futuristic visions", description: "Dystopian futures, advanced technology, and mind-bending concepts that expand imagination.", tags: ["Tech", "Future", "Innovation"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png"},
|
||||
{
|
||||
id: "cat-fantasy",
|
||||
title: "Fantasy & Magic",
|
||||
author: "Magical worlds",
|
||||
description: "Enchanted realms, mystical powers, and epic quests in worlds beyond imagination.",
|
||||
tags: ["Magic", "Fantasy", "Quest"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/new-anime-series-teaser-poster-with-intr-1773419313276-879056d4.png?_wi=2",
|
||||
},
|
||||
id: "cat-fantasy", title: "Fantasy & Magic", author: "Magical worlds", description: "Enchanted realms, mystical powers, and epic quests in worlds beyond imagination.", tags: ["Magic", "Fantasy", "Quest"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/new-anime-series-teaser-poster-with-intr-1773419313276-879056d4.png"},
|
||||
]}
|
||||
className="relative"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"
|
||||
@@ -461,28 +314,16 @@ export default function HomePage() {
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-users",
|
||||
value: "5.2M+",
|
||||
title: "Active Users",
|
||||
items: ["Streaming daily", "Worldwide audience", "Growing community"],
|
||||
id: "metric-users", value: "5.2M+", title: "Active Users", items: ["Streaming daily", "Worldwide audience", "Growing community"],
|
||||
},
|
||||
{
|
||||
id: "metric-anime",
|
||||
value: "8500+",
|
||||
title: "Anime Titles",
|
||||
items: ["Latest releases", "Classic favorites", "Exclusive content"],
|
||||
id: "metric-anime", value: "8500+", title: "Anime Titles", items: ["Latest releases", "Classic favorites", "Exclusive content"],
|
||||
},
|
||||
{
|
||||
id: "metric-episodes",
|
||||
value: "250K+",
|
||||
title: "Episodes",
|
||||
items: ["HD & 4K quality", "Multiple languages", "Subtitled options"],
|
||||
id: "metric-episodes", value: "250K+", title: "Episodes", items: ["HD & 4K quality", "Multiple languages", "Subtitled options"],
|
||||
},
|
||||
{
|
||||
id: "metric-satisfaction",
|
||||
value: "4.9/5",
|
||||
title: "User Rating",
|
||||
items: ["Premium experience", "Smooth performance", "Best platform"],
|
||||
id: "metric-satisfaction", value: "4.9/5", title: "User Rating", items: ["Premium experience", "Smooth performance", "Best platform"],
|
||||
},
|
||||
]}
|
||||
className="relative"
|
||||
@@ -503,9 +344,7 @@ export default function HomePage() {
|
||||
sideDescription="Find answers to common questions about AnimeCore, our features, pricing, and more. Can't find what you're looking for? Contact our support team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "/support",
|
||||
},
|
||||
text: "Contact Support", href: "/support"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -515,35 +354,17 @@ export default function HomePage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I start watching anime?",
|
||||
content: "Simply sign up for a free account, choose your favorite anime from our extensive library, and start streaming instantly. No credit card required for the trial period.",
|
||||
},
|
||||
id: "faq-1", title: "How do I start watching anime?", content: "Simply sign up for a free account, choose your favorite anime from our extensive library, and start streaming instantly. No credit card required for the trial period."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Is there a free trial available?",
|
||||
content: "Yes! We offer a 7-day free trial with full access to our entire anime library. Cancel anytime with no hidden charges or commitments.",
|
||||
},
|
||||
id: "faq-2", title: "Is there a free trial available?", content: "Yes! We offer a 7-day free trial with full access to our entire anime library. Cancel anytime with no hidden charges or commitments."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What streaming quality options are available?",
|
||||
content: "We support multiple quality options including 480p, 720p, 1080p, and premium 4K streaming. Quality depends on your internet speed and subscription tier.",
|
||||
},
|
||||
id: "faq-3", title: "What streaming quality options are available?", content: "We support multiple quality options including 480p, 720p, 1080p, and premium 4K streaming. Quality depends on your internet speed and subscription tier."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I download episodes to watch offline?",
|
||||
content: "Premium members can download up to 100 episodes per month to watch offline on mobile devices. Downloads expire after 48 hours.",
|
||||
},
|
||||
id: "faq-4", title: "Can I download episodes to watch offline?", content: "Premium members can download up to 100 episodes per month to watch offline on mobile devices. Downloads expire after 48 hours."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "How often is new content added?",
|
||||
content: "We add new episodes and series daily. New releases are featured prominently on the homepage, and you can set notifications for your favorite shows.",
|
||||
},
|
||||
id: "faq-5", title: "How often is new content added?", content: "We add new episodes and series daily. New releases are featured prominently on the homepage, and you can set notifications for your favorite shows."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, PayPal, Google Pay, Apple Pay, and various regional payment methods for your convenience.",
|
||||
},
|
||||
id: "faq-6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Google Pay, Apple Pay, and various regional payment methods for your convenience."},
|
||||
]}
|
||||
className="relative"
|
||||
containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"
|
||||
|
||||
Reference in New Issue
Block a user