Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-09 05:51:05 +00:00
2 changed files with 94 additions and 339 deletions

View File

@@ -25,8 +25,7 @@ export default function GeneratorPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Generator", href: "/generator" },
{ label: "Pricing", href: "pricing" },
{ label: "Dashboard", href: "/dashboard" },
@@ -34,8 +33,7 @@ export default function GeneratorPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Guides", href: "/guides" },
{ label: "FAQ", href: "#faq" },
@@ -43,8 +41,7 @@ export default function GeneratorPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "contact" },
{ label: "Careers", href: "/careers" },
@@ -52,8 +49,7 @@ export default function GeneratorPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -92,7 +88,7 @@ export default function GeneratorPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
imagePosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/modern-clean-interface-showing-an-image--1773035246399-ebb22ce3.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/modern-clean-interface-showing-an-image--1773035246399-ebb22ce3.png"
imageAlt="Image upload interface for anime generator"
mediaAnimation="blur-reveal"
buttons={[
@@ -116,37 +112,19 @@ export default function GeneratorPage() {
description="Transform your photos into anime masterpieces with our streamlined process. No technical knowledge needed - just upload, customize, and download."
features={[
{
title: "Upload Your Photo",
description: "Select any image from your device using drag-and-drop or the file browser. Supports JPG, PNG, WebP, and BMP formats.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/modern-clean-interface-showing-an-image--1773035246399-ebb22ce3.png?_wi=3",
imageAlt: "Upload photo interface",
buttonIcon: Upload,
buttonHref: "/signup",
},
title: "Upload Your Photo", description: "Select any image from your device using drag-and-drop or the file browser. Supports JPG, PNG, WebP, and BMP formats.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/modern-clean-interface-showing-an-image--1773035246399-ebb22ce3.png", imageAlt: "Upload photo interface", buttonIcon: Upload,
buttonHref: "/signup"},
{
title: "Choose Your Anime Style",
description: "Select from 20+ anime styles including Ghibli, Shonen, Shoujo, and Cyberpunk. Preview your image in different styles instantly.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-showing-multiple-anime-art--1773035249096-1e731ce7.png?_wi=2",
imageAlt: "Anime style selection",
buttonIcon: Zap,
buttonHref: "/signup",
},
title: "Choose Your Anime Style", description: "Select from 20+ anime styles including Ghibli, Shonen, Shoujo, and Cyberpunk. Preview your image in different styles instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-showing-multiple-anime-art--1773035249096-1e731ce7.png", imageAlt: "Anime style selection", buttonIcon: Zap,
buttonHref: "/signup"},
{
title: "Download High-Quality Artwork",
description: "Get your finished anime artwork in seconds. Download in HD, 2K, or 4K resolution depending on your plan.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/clean-download-interface-showing-complet-1773035248491-89acb427.png?_wi=2",
imageAlt: "Download completed artwork",
buttonIcon: Download,
buttonHref: "/signup",
},
title: "Download High-Quality Artwork", description: "Get your finished anime artwork in seconds. Download in HD, 2K, or 4K resolution depending on your plan.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/clean-download-interface-showing-complet-1773035248491-89acb427.png", imageAlt: "Download completed artwork", buttonIcon: Download,
buttonHref: "/signup"},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "Start Now", href: "/signup" }]}
buttonAnimation="slide-up"
title="Three Simple Steps"
description="Transform your photos"
/>
</div>

View File

@@ -11,6 +11,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import {
Sparkles,
Lightbulb,
@@ -40,8 +41,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Generator", href: "/generator" },
{ label: "Pricing", href: "pricing" },
{ label: "Dashboard", href: "/dashboard" },
@@ -49,8 +49,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "/blog" },
{ label: "Guides", href: "/guides" },
{ label: "FAQ", href: "#faq" },
@@ -58,8 +57,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "contact" },
{ label: "Careers", href: "/careers" },
@@ -67,8 +65,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" },
@@ -135,33 +132,17 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
title: "Upload Your Photo",
description: "Select any image from your device and upload it to our platform",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/modern-clean-interface-showing-an-image--1773035246399-ebb22ce3.png?_wi=1",
imageAlt: "Upload photo interface",
buttonIcon: Upload,
buttonHref: "/generator",
},
title: "Upload Your Photo", description: "Select any image from your device and upload it to our platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/modern-clean-interface-showing-an-image--1773035246399-ebb22ce3.png", imageAlt: "Upload photo interface", buttonIcon: Upload,
buttonHref: "/generator"},
{
title: "AI Converts to Anime",
description: "Our advanced AI instantly processes your image into beautiful Ghibli-style artwork",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/digital-illustration-showing-ai-processi-1773035248171-35afef9c.png?_wi=1",
imageAlt: "AI processing visualization",
buttonIcon: Zap,
buttonHref: "/generator",
},
title: "AI Converts to Anime", description: "Our advanced AI instantly processes your image into beautiful Ghibli-style artwork", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/digital-illustration-showing-ai-processi-1773035248171-35afef9c.png", imageAlt: "AI processing visualization", buttonIcon: Zap,
buttonHref: "/generator"},
{
title: "Download Your Art",
description: "Download high-resolution anime artwork in seconds and share with friends",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/clean-download-interface-showing-complet-1773035248491-89acb427.png?_wi=1",
imageAlt: "Download completed artwork",
buttonIcon: Download,
buttonHref: "/generator",
},
title: "Download Your Art", description: "Download high-resolution anime artwork in seconds and share with friends", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/clean-download-interface-showing-complet-1773035248491-89acb427.png", imageAlt: "Download completed artwork", buttonIcon: Download,
buttonHref: "/generator"},
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "Start Creating", href: "/generator" }]}
buttonAnimation="slide-up"
/>
@@ -180,47 +161,17 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "AI-Powered Generation",
price: "Advanced Technology",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/visual-icon-or-illustration-representing-1773035248531-979df915.png?_wi=1",
imageAlt: "AI technology icon",
},
id: "1", name: "AI-Powered Generation", price: "Advanced Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/visual-icon-or-illustration-representing-1773035248531-979df915.png", imageAlt: "AI technology icon"},
{
id: "2",
name: "Multiple Anime Styles",
price: "20+ Styles Available",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-showing-multiple-anime-art--1773035249096-1e731ce7.png?_wi=1",
imageAlt: "Multiple anime styles",
},
id: "2", name: "Multiple Anime Styles", price: "20+ Styles Available", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-showing-multiple-anime-art--1773035249096-1e731ce7.png", imageAlt: "Multiple anime styles"},
{
id: "3",
name: "Fast Processing",
price: "30 Seconds Average",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/fast-motion-illustration-showing-lightni-1773035247616-411bc6a8.png",
imageAlt: "Fast processing speed",
},
id: "3", name: "Fast Processing", price: "30 Seconds Average", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/fast-motion-illustration-showing-lightni-1773035247616-411bc6a8.png", imageAlt: "Fast processing speed"},
{
id: "4",
name: "HD Resolutions",
price: "Up to 4K Quality",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-illustration-showing-high-q-1773035249261-7e229af0.png",
imageAlt: "HD quality output",
},
id: "4", name: "HD Resolutions", price: "Up to 4K Quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-illustration-showing-high-q-1773035249261-7e229af0.png", imageAlt: "HD quality output"},
{
id: "5",
name: "Easy Upload System",
price: "Drag & Drop Support",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/upload-icon-illustration-showing-file-tr-1773035247352-b447c1bf.png",
imageAlt: "Upload system",
},
id: "5", name: "Easy Upload System", price: "Drag & Drop Support", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/upload-icon-illustration-showing-file-tr-1773035247352-b447c1bf.png", imageAlt: "Upload system"},
{
id: "6",
name: "No Design Skills Needed",
price: "Fully Automated AI",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-representing-simplicity-and-1773035247768-e98587e6.png",
imageAlt: "Simple easy to use",
},
id: "6", name: "No Design Skills Needed", price: "Fully Automated AI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-representing-simplicity-and-1773035247768-e98587e6.png", imageAlt: "Simple easy to use"},
]}
buttons={[{ text: "Try Generator", href: "/generator" }]}
buttonAnimation="slide-up"
@@ -238,77 +189,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Original Photo Transformation",
date: "Date: Gallery Example 1",
title: "Landscape to Anime Scene",
quote: "This beautiful landscape photo was transformed into a stunning Ghibli-style anime scene with perfect colors and artistic details.",
tag: "Landscape",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-young-c-1773035246524-0138fdde.png",
avatarAlt: "Gallery example 1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/beautiful-ghibli-studio-style-anime-land-1773035248635-573f943e.png",
imageAlt: "Landscape to anime scene",
},
id: "1", name: "Original Photo Transformation", date: "Date: Gallery Example 1", title: "Landscape to Anime Scene", quote: "This beautiful landscape photo was transformed into a stunning Ghibli-style anime scene with perfect colors and artistic details.", tag: "Landscape", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-young-c-1773035246524-0138fdde.png", avatarAlt: "Gallery example 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/beautiful-ghibli-studio-style-anime-land-1773035248635-573f943e.png", imageAlt: "Landscape to anime scene"},
{
id: "2",
name: "Portrait Anime Conversion",
date: "Date: Gallery Example 2",
title: "Person to Anime Character",
quote: "Transform any portrait into an anime character with our AI. This example shows perfect facial feature conversion and anime styling.",
tag: "Portrait",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-young-c-1773035246009-9fd02520.png",
avatarAlt: "Gallery example 2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/anime-character-portrait-showing-beautif-1773035247994-7556367e.png",
imageAlt: "Portrait to anime character",
},
id: "2", name: "Portrait Anime Conversion", date: "Date: Gallery Example 2", title: "Person to Anime Character", quote: "Transform any portrait into an anime character with our AI. This example shows perfect facial feature conversion and anime styling.", tag: "Portrait", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-young-c-1773035246009-9fd02520.png", avatarAlt: "Gallery example 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/anime-character-portrait-showing-beautif-1773035247994-7556367e.png", imageAlt: "Portrait to anime character"},
{
id: "3",
name: "Pet to Anime Pet",
date: "Date: Gallery Example 3",
title: "Animal Photo Transformation",
quote: "Your beloved pets become adorable anime characters. See how our AI captures personality and charm in anime form.",
tag: "Animals",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-diverse-1773035246235-8132ce88.png",
avatarAlt: "Gallery example 3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/cute-anime-cat-or-pet-animal-character-w-1773035246498-68883ed7.png",
imageAlt: "Pet to anime pet",
},
id: "3", name: "Pet to Anime Pet", date: "Date: Gallery Example 3", title: "Animal Photo Transformation", quote: "Your beloved pets become adorable anime characters. See how our AI captures personality and charm in anime form.", tag: "Animals", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-diverse-1773035246235-8132ce88.png", avatarAlt: "Gallery example 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/cute-anime-cat-or-pet-animal-character-w-1773035246498-68883ed7.png", imageAlt: "Pet to anime pet"},
{
id: "4",
name: "City Scene Anime Art",
date: "Date: Gallery Example 4",
title: "Urban Landscape Conversion",
quote: "Architectural photos transformed into beautiful anime cityscapes. Perfect for anime lovers and digital artists.",
tag: "Architecture",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-profess-1773035247126-4424039f.png",
avatarAlt: "Gallery example 4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/stunning-anime-cityscape-artwork-showing-1773035248997-f6923ef9.png",
imageAlt: "City scene anime art",
},
id: "4", name: "City Scene Anime Art", date: "Date: Gallery Example 4", title: "Urban Landscape Conversion", quote: "Architectural photos transformed into beautiful anime cityscapes. Perfect for anime lovers and digital artists.", tag: "Architecture", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-profess-1773035247126-4424039f.png", avatarAlt: "Gallery example 4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/stunning-anime-cityscape-artwork-showing-1773035248997-f6923ef9.png", imageAlt: "City scene anime art"},
{
id: "5",
name: "Nature Scene Anime",
date: "Date: Gallery Example 5",
title: "Natural Beauty in Anime Form",
quote: "Nature photography gets an anime makeover. These stunning conversions showcase our AI's attention to detail and color.",
tag: "Nature",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-talente-1773035246450-20c717d7.png",
avatarAlt: "Gallery example 5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/serene-anime-nature-scene-with-forest-ri-1773035248518-fe002c1b.png",
imageAlt: "Nature scene anime",
},
id: "5", name: "Nature Scene Anime", date: "Date: Gallery Example 5", title: "Natural Beauty in Anime Form", quote: "Nature photography gets an anime makeover. These stunning conversions showcase our AI's attention to detail and color.", tag: "Nature", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-talente-1773035246450-20c717d7.png", avatarAlt: "Gallery example 5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/serene-anime-nature-scene-with-forest-ri-1773035248518-fe002c1b.png", imageAlt: "Nature scene anime"},
{
id: "6",
name: "Group Photo Animation",
date: "Date: Gallery Example 6",
title: "Multiple People to Anime",
quote: "Group photos converted beautifully with all people transformed to anime style. Perfect for gaming profiles and creative projects.",
tag: "Group",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-tech-sa-1773035248819-8498d6e9.png",
avatarAlt: "Gallery example 6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/anime-group-scene-showing-multiple-anime-1773035248850-2aabba28.png",
imageAlt: "Group photo to anime",
},
id: "6", name: "Group Photo Animation", date: "Date: Gallery Example 6", title: "Multiple People to Anime", quote: "Group photos converted beautifully with all people transformed to anime style. Perfect for gaming profiles and creative projects.", tag: "Group", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/small-circular-avatar-image-of-a-tech-sa-1773035248819-8498d6e9.png", avatarAlt: "Gallery example 6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/anime-group-scene-showing-multiple-anime-1773035248850-2aabba28.png", imageAlt: "Group photo to anime"},
]}
/>
</div>
@@ -325,64 +216,28 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "free",
badge: "Free Plan",
badgeIcon: Sparkles,
price: "Free",
subtitle: "Perfect to get started",
buttons: [{ text: "Get Started", href: "/signup" }],
id: "free", badge: "Free Plan", badgeIcon: Sparkles,
price: "Free", subtitle: "Perfect to get started", buttons: [{ text: "Get Started", href: "/signup" }],
features: [
"3 image generations per day",
"Standard quality downloads",
"2 anime styles available",
"Community access",
"No credit card required",
],
"3 image generations per day", "Standard quality downloads", "2 anime styles available", "Community access", "No credit card required"],
},
{
id: "starter",
badge: "Starter Plan",
badgeIcon: Zap,
price: "$9/month",
subtitle: "Great for hobbyists",
buttons: [{ text: "Choose Plan", href: "/signup" }],
id: "starter", badge: "Starter Plan", badgeIcon: Zap,
price: "$9/month", subtitle: "Great for hobbyists", buttons: [{ text: "Choose Plan", href: "/signup" }],
features: [
"100 image credits per month",
"HD quality downloads",
"10 anime styles",
"Priority processing",
"Email support",
],
"100 image credits per month", "HD quality downloads", "10 anime styles", "Priority processing", "Email support"],
},
{
id: "pro",
badge: "Pro Plan",
badgeIcon: Sparkles,
price: "$19/month",
subtitle: "Best for creators",
buttons: [{ text: "Choose Plan", href: "/signup" }],
id: "pro", badge: "Pro Plan", badgeIcon: Sparkles,
price: "$19/month", subtitle: "Best for creators", buttons: [{ text: "Choose Plan", href: "/signup" }],
features: [
"500 image credits per month",
"Ultra HD quality downloads",
"20+ anime styles available",
"Batch processing",
"Priority email & chat support",
],
"500 image credits per month", "Ultra HD quality downloads", "20+ anime styles available", "Batch processing", "Priority email & chat support"],
},
{
id: "premium",
badge: "Premium Plan",
badgeIcon: Crown,
price: "$39/month",
subtitle: "For professionals",
buttons: [{ text: "Choose Plan", href: "/signup" }],
id: "premium", badge: "Premium Plan", badgeIcon: Crown,
price: "$39/month", subtitle: "For professionals", buttons: [{ text: "Choose Plan", href: "/signup" }],
features: [
"Unlimited monthly generations",
"4K quality downloads",
"All anime styles + custom styles",
"API access for developers",
"24/7 phone & email support",
],
"Unlimited monthly generations", "4K quality downloads", "All anime styles + custom styles", "API access for developers", "24/7 phone & email support"],
},
]}
/>
@@ -399,81 +254,57 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Chen, Digital Artist",
date: "Date: 15 January 2025",
title: "This tool has transformed my creative workflow!",
quote: "AnimeAI's image generation is incredibly fast and the quality is amazing. I've used it to create custom anime characters for my game development projects. Highly recommended!",
tag: "Game Developer",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035248767-b3464b18.png",
avatarAlt: "Sarah Chen avatar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/beautiful-anime-artwork-of-a-fantasy-lan-1773035249438-2b8bddc6.png",
imageAlt: "Fantasy landscape artwork",
},
id: "1", name: "Sarah Chen, Digital Artist", date: "Date: 15 January 2025", title: "This tool has transformed my creative workflow!", quote: "AnimeAI's image generation is incredibly fast and the quality is amazing. I've used it to create custom anime characters for my game development projects. Highly recommended!", tag: "Game Developer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035248767-b3464b18.png", avatarAlt: "Sarah Chen avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/beautiful-anime-artwork-of-a-fantasy-lan-1773035249438-2b8bddc6.png", imageAlt: "Fantasy landscape artwork"},
{
id: "2",
name: "Marcus Rodriguez, Content Creator",
date: "Date: 12 January 2025",
title: "Perfect for content creation and social media",
quote: "I've been creating anime thumbnail artwork for my YouTube channel using AnimeAI. The Pro plan is worth every penny. Customer support is also excellent.",
tag: "YouTuber",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035247184-69c6dc46.png",
avatarAlt: "Marcus Rodriguez avatar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/dynamic-anime-artwork-showing-action-sce-1773035248293-b26510cf.png",
imageAlt: "Action anime artwork",
},
id: "2", name: "Marcus Rodriguez, Content Creator", date: "Date: 12 January 2025", title: "Perfect for content creation and social media", quote: "I've been creating anime thumbnail artwork for my YouTube channel using AnimeAI. The Pro plan is worth every penny. Customer support is also excellent.", tag: "YouTuber", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035247184-69c6dc46.png", avatarAlt: "Marcus Rodriguez avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/dynamic-anime-artwork-showing-action-sce-1773035248293-b26510cf.png", imageAlt: "Action anime artwork"},
{
id: "3",
name: "Lisa Thompson, Anime Enthusiast",
date: "Date: 10 January 2025",
title: "Finally, an AI tool that actually gets anime style right",
quote: "I've tried other tools but AnimeAI's anime conversions are by far the best. The Ghibli style is particularly impressive. Love the multiple style options!",
tag: "Anime Fan",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035247742-2d25f0c6.png",
avatarAlt: "Lisa Thompson avatar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/ghibli-inspired-anime-artwork-showing-be-1773035248666-0c00c961.png",
imageAlt: "Ghibli style artwork",
},
id: "3", name: "Lisa Thompson, Anime Enthusiast", date: "Date: 10 January 2025", title: "Finally, an AI tool that actually gets anime style right", quote: "I've tried other tools but AnimeAI's anime conversions are by far the best. The Ghibli style is particularly impressive. Love the multiple style options!", tag: "Anime Fan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035247742-2d25f0c6.png", avatarAlt: "Lisa Thompson avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/ghibli-inspired-anime-artwork-showing-be-1773035248666-0c00c961.png", imageAlt: "Ghibli style artwork"},
{
id: "4",
name: "James Park, Graphic Designer",
date: "Date: 8 January 2025",
title: "A must-have tool for any designer",
quote: "AnimeAI saves me hours on client projects. The quality is professional-grade and the turnaround time is instant. It's become essential in my design toolkit.",
tag: "Designer",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035246322-7c22aeb9.png",
avatarAlt: "James Park avatar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-anime-background-artwork-sh-1773035248725-bb505f44.png",
imageAlt: "Professional anime background",
},
id: "4", name: "James Park, Graphic Designer", date: "Date: 8 January 2025", title: "A must-have tool for any designer", quote: "AnimeAI saves me hours on client projects. The quality is professional-grade and the turnaround time is instant. It's become essential in my design toolkit.", tag: "Designer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035246322-7c22aeb9.png", avatarAlt: "James Park avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-anime-background-artwork-sh-1773035248725-bb505f44.png", imageAlt: "Professional anime background"},
{
id: "5",
name: "Emma Watson, Photographer",
date: "Date: 5 January 2025",
title: "Unique way to present client photos",
quote: "I offer anime conversion as a premium add-on to my photography clients. They absolutely love it! AnimeAI makes this possible and profitable for my business.",
tag: "Photographer",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035248132-4e5c2f9c.png",
avatarAlt: "Emma Watson avatar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/beautiful-anime-portrait-or-character-ar-1773035248091-21b887df.png",
imageAlt: "Anime portrait artwork",
},
id: "5", name: "Emma Watson, Photographer", date: "Date: 5 January 2025", title: "Unique way to present client photos", quote: "I offer anime conversion as a premium add-on to my photography clients. They absolutely love it! AnimeAI makes this possible and profitable for my business.", tag: "Photographer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035248132-4e5c2f9c.png", avatarAlt: "Emma Watson avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/beautiful-anime-portrait-or-character-ar-1773035248091-21b887df.png", imageAlt: "Anime portrait artwork"},
{
id: "6",
name: "David Kim, App Developer",
date: "Date: 2 January 2025",
title: "The API integration was seamless",
quote: "Integrated AnimeAI's API into my app. The documentation is excellent, the API is fast, and the support team helped me get everything working in minutes.",
tag: "Developer",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035247916-51fcd1d8.png",
avatarAlt: "David Kim avatar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/anime-artwork-showing-futuristic-technol-1773035249389-d61718b0.png",
imageAlt: "Futuristic tech anime artwork",
},
id: "6", name: "David Kim, App Developer", date: "Date: 2 January 2025", title: "The API integration was seamless", quote: "Integrated AnimeAI's API into my app. The documentation is excellent, the API is fast, and the support team helped me get everything working in minutes.", tag: "Developer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/professional-user-avatar-for-testimonial-1773035247916-51fcd1d8.png", avatarAlt: "David Kim avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/anime-artwork-showing-futuristic-technol-1773035249389-d61718b0.png", imageAlt: "Futuristic tech anime artwork"},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Find answers to common questions about our AI anime image generator"
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/friendly-customer-support-illustration-s-1773035246213-d33f23ab.png"
imageAlt="FAQ section illustration"
mediaAnimation="blur-reveal"
mediaPosition="left"
faqs={[
{
id: "1", title: "How does the AI anime generation work?", content: "Our advanced AI uses machine learning trained on thousands of anime images to analyze your photo and transform it into beautiful anime artwork. The process takes seconds and maintains the core elements of your original image while applying anime styling."},
{
id: "2", title: "What image formats do you support?", content: "We support all major image formats including JPG, PNG, WebP, and BMP. Maximum file size is 10MB. We recommend uploading photos at least 512x512 pixels for best results."},
{
id: "3", title: "Can I use generated images commercially?", content: "Yes! All images generated on premium plans come with commercial usage rights. Free and Starter plan images are for personal use only. Read our terms for complete licensing details."},
{
id: "4", title: "How many anime styles are available?", content: "We offer 20+ anime styles including Ghibli, Shonen, Shoujo, Cyberpunk, and more. New styles are added monthly. Premium plan users have access to all styles plus exclusive custom style options."},
{
id: "5", title: "What is the maximum output resolution?", content: "Free and Starter plans support up to 1080p. Pro plan supports up to 2K resolution. Premium plan supports full 4K resolution. All resolutions maintain excellent quality without pixelation."},
{
id: "6", title: "Do you offer API access for developers?", content: "Yes! Premium plan includes full API access with detailed documentation. You can integrate AnimeAI into your applications. Contact our support team for enterprise API pricing."},
{
id: "7", title: "How long does processing take?", content: "Most images process within 10-30 seconds. Pro and Premium plans get priority processing with average times of 5-15 seconds. Complex images or 4K outputs may take slightly longer."},
{
id: "8", title: "Can I refund unused credits?", content: "Monthly credits reset each month and cannot be refunded. However, you can upgrade or downgrade your plan anytime. Credits expire 30 days after the billing period ends."},
]}
faqsAnimation="slide-up"
animationType="smooth"
/>
</div>
<div id="blog" data-section="blog">
<BlogCardOne
title="Latest Articles & Guides"
@@ -487,71 +318,17 @@ export default function HomePage() {
carouselMode="buttons"
blogs={[
{
id: "1",
category: "Guide",
title: "How to Turn Photos Into Anime Characters",
excerpt: "Complete beginner's guide to transforming your photos into anime-style characters using AI technology. Learn best practices and tips.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/comparison-image-showing-a-regular-photo-1773035249570-dcff8cfb.png?_wi=1",
imageAlt: "Photo to anime character conversion guide",
authorName: "Sarah Chen",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-creative-professional-1773035248191-9f0b1239.png",
date: "20 Jan 2025",
},
id: "1", category: "Guide", title: "How to Turn Photos Into Anime Characters", excerpt: "Complete beginner's guide to transforming your photos into anime-style characters using AI technology. Learn best practices and tips.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/comparison-image-showing-a-regular-photo-1773035249570-dcff8cfb.png", imageAlt: "Photo to anime character conversion guide", authorName: "Sarah Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-creative-professional-1773035248191-9f0b1239.png", date: "20 Jan 2025"},
{
id: "2",
category: "Comparison",
title: "Best AI Anime Image Generators 2025",
excerpt: "Compare top AI anime generators on the market. Discover which tools are best for different use cases and skill levels.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/comparison-chart-or-grid-showing-differe-1773035248612-b61c071c.png?_wi=1",
imageAlt: "Best AI anime generators comparison",
authorName: "Marcus Rodriguez",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-creative-professional-1773035246825-3a6ba326.png",
date: "18 Jan 2025",
},
id: "2", category: "Comparison", title: "Best AI Anime Image Generators 2025", excerpt: "Compare top AI anime generators on the market. Discover which tools are best for different use cases and skill levels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/comparison-chart-or-grid-showing-differe-1773035248612-b61c071c.png", imageAlt: "Best AI anime generators comparison", authorName: "Marcus Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-creative-professional-1773035246825-3a6ba326.png", date: "18 Jan 2025"},
{
id: "3",
category: "Tutorial",
title: "AI Cartoon Generator Guide for Beginners",
excerpt: "Step-by-step tutorial on using AI cartoon generators to create professional-looking artwork without design experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/step-by-step-tutorial-illustration-showi-1773035264941-059cba0c.png?_wi=1",
imageAlt: "AI cartoon generator tutorial",
authorName: "Lisa Thompson",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-tutorial-expert-woman-1773035247751-091fd909.jpg",
date: "15 Jan 2025",
},
id: "3", category: "Tutorial", title: "AI Cartoon Generator Guide for Beginners", excerpt: "Step-by-step tutorial on using AI cartoon generators to create professional-looking artwork without design experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/step-by-step-tutorial-illustration-showi-1773035264941-059cba0c.png", imageAlt: "AI cartoon generator tutorial", authorName: "Lisa Thompson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-tutorial-expert-woman-1773035247751-091fd909.jpg", date: "15 Jan 2025"},
{
id: "4",
category: "Technology",
title: "How AI Art Generation Works",
excerpt: "Deep dive into the technology behind AI image generation. Understand neural networks, machine learning, and generative models.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/complex-ai-and-machine-learning-visualiz-1773035248786-192ad363.png",
imageAlt: "How AI art generation works explanation",
authorName: "James Park",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-technology-expert-man-1773035247939-b187fab2.png",
date: "12 Jan 2025",
},
id: "4", category: "Technology", title: "How AI Art Generation Works", excerpt: "Deep dive into the technology behind AI image generation. Understand neural networks, machine learning, and generative models.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/complex-ai-and-machine-learning-visualiz-1773035248786-192ad363.png", imageAlt: "How AI art generation works explanation", authorName: "James Park", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-technology-expert-man-1773035247939-b187fab2.png", date: "12 Jan 2025"},
{
id: "5",
category: "Tips",
title: "Best Anime Style Image Prompts & Tips",
excerpt: "Master collection of prompts and techniques to get the best anime-style results. Pro tips from experienced users.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/collection-of-anime-style-prompts-and-te-1773035250934-dfefa7b7.png",
imageAlt: "Anime style prompts and tips",
authorName: "Emma Watson",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-tips-and-tricks-exper-1773035246266-013f3cf3.png",
date: "10 Jan 2025",
},
id: "5", category: "Tips", title: "Best Anime Style Image Prompts & Tips", excerpt: "Master collection of prompts and techniques to get the best anime-style results. Pro tips from experienced users.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/collection-of-anime-style-prompts-and-te-1773035250934-dfefa7b7.png", imageAlt: "Anime style prompts and tips", authorName: "Emma Watson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-tips-and-tricks-exper-1773035246266-013f3cf3.png", date: "10 Jan 2025"},
{
id: "6",
category: "News",
title: "Using AI Generated Art for Monetization",
excerpt: "Explore ways to monetize AI-generated anime artwork. Learn about copyright, licensing, and commercial opportunities.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-showing-monetization-and-bu-1773035248156-5a992f4a.png",
imageAlt: "Monetizing AI generated art guide",
authorName: "David Kim",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-developer-and-tech-sp-1773035246592-83aabde6.png",
date: "8 Jan 2025",
},
id: "6", category: "News", title: "Using AI Generated Art for Monetization", excerpt: "Explore ways to monetize AI-generated anime artwork. Learn about copyright, licensing, and commercial opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/illustration-showing-monetization-and-bu-1773035248156-5a992f4a.png", imageAlt: "Monetizing AI generated art guide", authorName: "David Kim", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWFqpu3TxcWvT1S01tprRX9AT/blog-author-avatar-developer-and-tech-sp-1773035246592-83aabde6.png", date: "8 Jan 2025"},
]}
/>
</div>