diff --git a/src/app/generator/page.tsx b/src/app/generator/page.tsx index 4112f8f..d593fc3 100644 --- a/src/app/generator/page.tsx +++ b/src/app/generator/page.tsx @@ -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" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index e76e626..3911386 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} /> @@ -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"}, ]} /> +