Merge version_2 into main #4
@@ -1,76 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Archivo } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AI Anime Battle Studio - Create Epic Fights with AI",
|
||||
description: "Generate stunning anime fight scenes with AI. Watch cinematic battles, create your own, and join the future of entertainment.",
|
||||
keywords: "AI anime, fight generator, AI animation, anime battles, anime creation, AI entertainment",
|
||||
metadataBase: new URL("https://aianimebattle.studio"),
|
||||
alternates: {
|
||||
canonical: "https://aianimebattle.studio",
|
||||
},
|
||||
openGraph: {
|
||||
title: "AI Anime Battle Studio",
|
||||
description: "Creating epic anime fights with artificial intelligence",
|
||||
url: "https://aianimebattle.studio",
|
||||
siteName: "AI Anime Battle Studio",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/epic-full-screen-anime-fight-scene-with--1772878446518-4f63be8f.png",
|
||||
alt: "Epic anime battle with neon effects",
|
||||
},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "AI Anime Battle Studio",
|
||||
description: "Watch and create epic anime fights powered by AI",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/epic-full-screen-anime-fight-scene-with--1772878446518-4f63be8f.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "AI Anime Battle Studio", description: "Generated by create next app"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1438,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="AI Anime Battle Studio"
|
||||
description="Creating epic anime fights with artificial intelligence. Watch legendary characters clash in cinematic battles powered by next-generation AI technology."
|
||||
description="Creating epic anime fights with artificial intelligence. Cinematic quality rivals professional studios—generate stunning battle sequences in minutes, not weeks. Watch legendary characters clash with next-generation visual effects powered by advanced neural networks."
|
||||
tag="POWERED BY AI"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
@@ -59,9 +59,11 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/epic-full-screen-anime-fight-scene-with--1772878446518-4f63be8f.png", imageAlt: "Epic cinematic anime fight with neon effects"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/epic-full-screen-anime-fight-scene-with--1772878446518-4f63be8f.png", imageAlt: "Epic cinematic anime fight with neon effects"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/stunning-anime-battle-scene-with-ai-gene-1772878445915-502a4cfd.png?_wi=1", imageAlt: "Intense anime combat scene with AI generation"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/stunning-anime-battle-scene-with-ai-gene-1772878445915-502a4cfd.png?_wi=1", imageAlt: "Intense anime combat scene with AI generation"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={5}
|
||||
@@ -81,11 +83,14 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Dragon Knight vs Shadow Assassin", price: "Watch", variant: "4K Ultra HD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/stunning-anime-battle-scene-with-ai-gene-1772878445915-502a4cfd.png?_wi=2", imageAlt: "Dragon Knight versus Shadow Assassin anime battle"},
|
||||
id: "1", name: "Dragon Knight vs Shadow Assassin", price: "Watch", variant: "4K Ultra HD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/stunning-anime-battle-scene-with-ai-gene-1772878445915-502a4cfd.png?_wi=2", imageAlt: "Dragon Knight versus Shadow Assassin anime battle"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Celestial Mage Tournament Finals", price: "Watch", variant: "8K Resolution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fight-sequence-with-ai-generation--1772878446504-19817f05.png?_wi=1", imageAlt: "Celestial Mage epic tournament battle scene"},
|
||||
id: "2", name: "Celestial Mage Tournament Finals", price: "Watch", variant: "8K Resolution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fight-sequence-with-ai-generation--1772878446504-19817f05.png?_wi=1", imageAlt: "Celestial Mage epic tournament battle scene"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Neon Cyber Warriors Clash", price: "Watch", variant: "4K Ultra HD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fight-scene-with-stunning-visual-e-1772878446266-fcc57014.png", imageAlt: "Cyberpunk anime warriors with neon effects"},
|
||||
id: "3", name: "Neon Cyber Warriors Clash", price: "Watch", variant: "4K Ultra HD", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fight-scene-with-stunning-visual-e-1772878446266-fcc57014.png", imageAlt: "Cyberpunk anime warriors with neon effects"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,27 +109,33 @@ export default function HomePage() {
|
||||
title: "Enter Your Prompt", description: "Describe the anime characters, fighting style, and epic moments you want to see.", icon: FileText,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/digital-interface-showing-text-prompt-in-1772878445811-a4e17ad8.png?_wi=1", imageAlt: "Text prompt input interface"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/digital-interface-showing-text-prompt-in-1772878445811-a4e17ad8.png?_wi=1", imageAlt: "Text prompt input interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/digital-interface-showing-text-prompt-in-1772878445811-a4e17ad8.png?_wi=2", imageAlt: "Prompt submission screen"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/digital-interface-showing-text-prompt-in-1772878445811-a4e17ad8.png?_wi=2", imageAlt: "Prompt submission screen"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "AI Generation", description: "Our neural networks process your input and generate animation sequences, choreography, and visual effects.", icon: Cpu,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-processing-animation-screen-showing-n-1772878445629-d6a81cb0.png?_wi=1", imageAlt: "AI processing visualization"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-processing-animation-screen-showing-n-1772878445629-d6a81cb0.png?_wi=1", imageAlt: "AI processing visualization"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-processing-animation-screen-showing-n-1772878445629-d6a81cb0.png?_wi=2", imageAlt: "Neural network rendering"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-processing-animation-screen-showing-n-1772878445629-d6a81cb0.png?_wi=2", imageAlt: "Neural network rendering"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Download Your Battle", description: "Receive your fully rendered anime fight in stunning quality. Ready to share with the world.", icon: Download,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/final-rendered-anime-fight-scene-display-1772878445830-a99f796a.png?_wi=1", imageAlt: "Final battle output"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/final-rendered-anime-fight-scene-display-1772878445830-a99f796a.png?_wi=1", imageAlt: "Final battle output"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/final-rendered-anime-fight-scene-display-1772878445830-a99f796a.png?_wi=2", imageAlt: "Download ready animation"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/final-rendered-anime-fight-scene-display-1772878445830-a99f796a.png?_wi=2", imageAlt: "Download ready animation"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -143,15 +154,18 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10K+", title: "Anime Battles Created", items: [
|
||||
"Diverse fight styles", "Premium quality renders", "Community featured"],
|
||||
"Diverse fight styles", "Premium quality renders", "Community featured"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", value: "500K+", title: "Community Views", items: [
|
||||
"Global audience reach", "Viral anime moments", "Trending battles"],
|
||||
"Global audience reach", "Viral anime moments", "Trending battles"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", value: "99.9%", title: "Generation Success Rate", items: [
|
||||
"Advanced AI algorithms", "Quality assurance", "Continuous improvement"],
|
||||
"Advanced AI algorithms", "Quality assurance", "Continuous improvement"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -168,11 +182,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Tutorial", title: "Mastering AI Anime Fight Choreography", excerpt: "Learn how to create dynamic and realistic fight sequences using advanced AI prompting techniques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/article-hero-image-about-ai-anime-animat-1772878446009-56dfd2f1.png?_wi=1", imageAlt: "AI animation choreography tutorial", authorName: "Alex Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fan-content-creator-avatar-portrai-1772878446331-343a8ccc.png", date: "Jan 15, 2025"},
|
||||
id: "1", category: "Tutorial", title: "Mastering AI Anime Fight Choreography", excerpt: "Learn how to create dynamic and realistic fight sequences using advanced AI prompting techniques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/article-hero-image-about-ai-anime-animat-1772878446009-56dfd2f1.png?_wi=1", imageAlt: "AI animation choreography tutorial", authorName: "Alex Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fan-content-creator-avatar-portrai-1772878446331-343a8ccc.png", date: "Jan 15, 2025"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Technique", title: "The Art of Neon Effects in AI Anime", excerpt: "Discover how to incorporate stunning neon lighting and cyberpunk aesthetics into your AI-generated battles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/blog-article-image-about-anime-fight-cho-1772878450839-c10ac1e6.png?_wi=1", imageAlt: "Neon anime effects guide", authorName: "Maya Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/game-developer-professional-portrait-tec-1772878446249-081ece26.png", date: "Jan 10, 2025"},
|
||||
id: "2", category: "Technique", title: "The Art of Neon Effects in AI Anime", excerpt: "Discover how to incorporate stunning neon lighting and cyberpunk aesthetics into your AI-generated battles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/blog-article-image-about-anime-fight-cho-1772878450839-c10ac1e6.png?_wi=1", imageAlt: "Neon anime effects guide", authorName: "Maya Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/game-developer-professional-portrait-tec-1772878446249-081ece26.png", date: "Jan 10, 2025"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Industry", title: "The Future of AI in Game Development", excerpt: "How AI anime generation is revolutionizing game development and esports entertainment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/article-about-the-future-of-ai-in-game-d-1772878448406-3bb69afb.png?_wi=1", imageAlt: "Future of AI gaming", authorName: "Jordan Park", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/animation-studio-director-professional-p-1772878446140-0d76183c.png", date: "Jan 5, 2025"},
|
||||
id: "3", category: "Industry", title: "The Future of AI in Game Development", excerpt: "How AI anime generation is revolutionizing game development and esports entertainment.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/article-about-the-future-of-ai-in-game-d-1772878448406-3bb69afb.png?_wi=1", imageAlt: "Future of AI gaming", authorName: "Jordan Park", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/animation-studio-director-professional-p-1772878446140-0d76183c.png", date: "Jan 5, 2025"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,17 +204,23 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson, Content Creator", date: "Date: January 2025", title: "Mind-blowing AI anime generation!", quote: "This platform exceeded all my expectations. I created battle scenes that rival professional anime studios. The neon effects are absolutely stunning, and the AI understood my creative vision perfectly.", tag: "Creator", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fan-content-creator-avatar-portrai-1772878446331-343a8ccc.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/showcase-of-a-major-ai-generated-anime-p-1772878447167-898eaa40.png?_wi=1"},
|
||||
id: "1", name: "Sarah Johnson, Content Creator", date: "Date: January 2025", title: "Mind-blowing AI anime generation!", quote: "This platform exceeded all my expectations. I created battle scenes that rival professional anime studios. The neon effects are absolutely stunning, and the AI understood my creative vision perfectly.", tag: "Creator", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fan-content-creator-avatar-portrai-1772878446331-343a8ccc.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/showcase-of-a-major-ai-generated-anime-p-1772878447167-898eaa40.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen, Game Developer", date: "Date: December 2024", title: "Perfect for game development assets", quote: "We integrated AI-generated battles into our esports game, and the results are phenomenal. The quality and speed of generation cut our development time by 60%. This is the future of game production.", tag: "Developer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/game-developer-professional-portrait-tec-1772878446249-081ece26.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-generated-anime-game-concept-showing--1772878446469-766f105c.png?_wi=1"},
|
||||
id: "2", name: "Michael Chen, Game Developer", date: "Date: December 2024", title: "Perfect for game development assets", quote: "We integrated AI-generated battles into our esports game, and the results are phenomenal. The quality and speed of generation cut our development time by 60%. This is the future of game production.", tag: "Developer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/game-developer-professional-portrait-tec-1772878446249-081ece26.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-generated-anime-game-concept-showing--1772878446469-766f105c.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Tanaka, Animation Director", date: "Date: December 2024", title: "Revolutionary animation tool", quote: "As a traditional animator, I was skeptical. But this AI captures the essence of dynamic anime combat. It's a powerful tool that enhances rather than replaces human creativity. Absolutely revolutionary.", tag: "Director", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/animation-studio-director-professional-p-1772878446140-0d76183c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/cinematic-anime-movie-scene-created-with-1772878447023-05687ed6.png?_wi=1"},
|
||||
id: "3", name: "Emma Tanaka, Animation Director", date: "Date: December 2024", title: "Revolutionary animation tool", quote: "As a traditional animator, I was skeptical. But this AI captures the essence of dynamic anime combat. It's a powerful tool that enhances rather than replaces human creativity. Absolutely revolutionary.", tag: "Director", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/animation-studio-director-professional-p-1772878446140-0d76183c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/cinematic-anime-movie-scene-created-with-1772878447023-05687ed6.png?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Raj Patel, Esports Tournament Organizer", date: "Date: January 2025", title: "Elevated our tournament presentation", quote: "The AI-generated battle intros and highlights transformed our esports tournaments. Sponsors love it, viewers are amazed, and production costs dropped dramatically. This is a game-changer for esports entertainment.", tag: "Organizer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/esports-tournament-organizer-professiona-1772878445757-7d9adb29.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/showcase-of-a-major-ai-generated-anime-p-1772878447167-898eaa40.png?_wi=2"},
|
||||
id: "4", name: "Raj Patel, Esports Tournament Organizer", date: "Date: January 2025", title: "Elevated our tournament presentation", quote: "The AI-generated battle intros and highlights transformed our esports tournaments. Sponsors love it, viewers are amazed, and production costs dropped dramatically. This is a game-changer for esports entertainment.", tag: "Organizer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/esports-tournament-organizer-professiona-1772878445757-7d9adb29.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/showcase-of-a-major-ai-generated-anime-p-1772878447167-898eaa40.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Wong, Anime Fan Community Lead", date: "Date: January 2025", title: "Brought our fan community together", quote: "Our community went wild for this. Everyone's creating their dream battles, sharing techniques, and supporting each other. It's created an amazing creative ecosystem around AI anime generation.", tag: "Community", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/game-developer-professional-portrait-tec-1772878446249-081ece26.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fight-sequence-with-ai-generation--1772878446504-19817f05.png?_wi=2"},
|
||||
id: "5", name: "Lisa Wong, Anime Fan Community Lead", date: "Date: January 2025", title: "Brought our fan community together", quote: "Our community went wild for this. Everyone's creating their dream battles, sharing techniques, and supporting each other. It's created an amazing creative ecosystem around AI anime generation.", tag: "Community", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/game-developer-professional-portrait-tec-1772878446249-081ece26.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/anime-fight-sequence-with-ai-generation--1772878446504-19817f05.png?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kim, Tech Entrepreneur", date: "Date: January 2025", title: "Incredible AI innovation", quote: "The technical achievement here is remarkable. The neural networks accurately interpret creative prompts and generate cinematically beautiful anime fights. This is a masterclass in applied AI.", tag: "Tech", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/animation-studio-director-professional-p-1772878446140-0d76183c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-generated-anime-game-concept-showing--1772878446469-766f105c.png?_wi=2"},
|
||||
id: "6", name: "David Kim, Tech Entrepreneur", date: "Date: January 2025", title: "Incredible AI innovation", quote: "The technical achievement here is remarkable. The neural networks accurately interpret creative prompts and generate cinematically beautiful anime fights. This is a masterclass in applied AI.", tag: "Tech", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/animation-studio-director-professional-p-1772878446140-0d76183c.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac3voOKwsKbqX5J64GLYlySNQT/ai-generated-anime-game-concept-showing--1772878446469-766f105c.png?_wi=2"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -224,4 +247,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user