Merge version_2 into main #2

Merged
bender merged 6 commits from version_2 into main 2026-03-06 06:13:54 +00:00
6 changed files with 98 additions and 376 deletions

View File

@@ -28,9 +28,9 @@ export default function AboutPage() {
brandName="AnimeVerse"
navItems={[
{ name: "Home", id: "/" },
{ name: "Catalog", id: "catalog" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Catalog", id: "/catalog" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
]}
button={{ text: "Start Streaming", href: "/pricing" }}
animateOnLoad={true}
@@ -48,24 +48,16 @@ export default function AboutPage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "4K 3D Streaming",
description: "Watch anime in stunning 3D quality with immersive depth and crystal-clear visuals.",
icon: Zap,
title: "4K 3D Streaming", description: "Watch anime in stunning 3D quality with immersive depth and crystal-clear visuals.", icon: Zap,
},
{
title: "Exclusive Premium Content",
description: "Access early releases, premium series, and exclusive behind-the-scenes content.",
icon: Trophy,
title: "Exclusive Premium Content", description: "Access early releases, premium series, and exclusive behind-the-scenes content.", icon: Trophy,
},
{
title: "Advanced AI Recommendations",
description: "Personalized anime suggestions based on your viewing history and preferences.",
icon: Brain,
title: "Advanced AI Recommendations", description: "Personalized anime suggestions based on your viewing history and preferences.", icon: Brain,
},
{
title: "Multi-Device Sync",
description: "Seamlessly watch on any device with automatic progress synchronization.",
},
title: "Multi-Device Sync", description: "Seamlessly watch on any device with automatic progress synchronization."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/modern-streaming-interface-dashboard-sho-1772776679160-6293dd61.png?_wi=2"
imageAlt="Premium Streaming Features"
@@ -86,29 +78,11 @@ export default function AboutPage() {
animationType="slide-up"
features={[
{
id: "value-1",
title: "Innovation First",
description: "We continuously innovate to bring cutting-edge 3D anime streaming technology to our platform.",
tag: "Values",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/technical-visualization-of-3d-rendering--1772776678716-2d3e73e7.png?_wi=2",
imageAlt: "Innovation",
},
id: "value-1", title: "Innovation First", description: "We continuously innovate to bring cutting-edge 3D anime streaming technology to our platform.", tag: "Values", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/technical-visualization-of-3d-rendering--1772776678716-2d3e73e7.png?_wi=2", imageAlt: "Innovation"},
{
id: "value-2",
title: "Quality Content",
description: "Every anime on our platform is carefully curated to ensure the highest quality viewing experience.",
tag: "Values",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ultra-hd-anime-scene-split-showing-compa-1772776678690-dab1e125.png?_wi=2",
imageAlt: "Quality",
},
id: "value-2", title: "Quality Content", description: "Every anime on our platform is carefully curated to ensure the highest quality viewing experience.", tag: "Values", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ultra-hd-anime-scene-split-showing-compa-1772776678690-dab1e125.png?_wi=2", imageAlt: "Quality"},
{
id: "value-3",
title: "User Focused",
description: "Your satisfaction is at the heart of everything we do. We listen and adapt to our community.",
tag: "Values",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ai-powered-library-interface-with-smart--1772776679578-a4bc79cf.png?_wi=2",
imageAlt: "User Focused",
},
id: "value-3", title: "User Focused", description: "Your satisfaction is at the heart of everything we do. We listen and adapt to our community.", tag: "Values", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ai-powered-library-interface-with-smart--1772776679578-a4bc79cf.png?_wi=2", imageAlt: "User Focused"},
]}
/>
</div>
@@ -128,4 +102,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -28,9 +28,9 @@ export default function CatalogPage() {
brandName="AnimeVerse"
navItems={[
{ name: "Home", id: "/" },
{ name: "Catalog", id: "catalog" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Catalog", id: "/catalog" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
]}
button={{ text: "Start Streaming", href: "/pricing" }}
animateOnLoad={true}
@@ -49,47 +49,17 @@ export default function CatalogPage() {
carouselMode="buttons"
products={[
{
id: "anime-1",
name: "Celestial Chronicles",
price: "Included",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/promotional-poster-for-celestial-chronic-1772776679233-4cb3eacf.png?_wi=2",
imageAlt: "Celestial Chronicles",
},
id: "anime-1", name: "Celestial Chronicles", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/promotional-poster-for-celestial-chronic-1772776679233-4cb3eacf.png?_wi=2", imageAlt: "Celestial Chronicles"},
{
id: "anime-2",
name: "Neon Dreams",
price: "Premium",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/vibrant-neon-themed-anime-poster-for-neo-1772776679199-09e35e1c.png?_wi=2",
imageAlt: "Neon Dreams",
},
id: "anime-2", name: "Neon Dreams", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/vibrant-neon-themed-anime-poster-for-neo-1772776679199-09e35e1c.png?_wi=2", imageAlt: "Neon Dreams"},
{
id: "anime-3",
name: "Digital Revolution",
price: "Included",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/digital-themed-anime-poster-showing-tech-1772776680201-dff3a303.png?_wi=2",
imageAlt: "Digital Revolution",
},
id: "anime-3", name: "Digital Revolution", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/digital-themed-anime-poster-showing-tech-1772776680201-dff3a303.png?_wi=2", imageAlt: "Digital Revolution"},
{
id: "anime-4",
name: "Mystical Realms",
price: "Premium",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/fantasy-anime-poster-for-mystical-realms-1772776678545-b329b3ec.png?_wi=2",
imageAlt: "Mystical Realms",
},
id: "anime-4", name: "Mystical Realms", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/fantasy-anime-poster-for-mystical-realms-1772776678545-b329b3ec.png?_wi=2", imageAlt: "Mystical Realms"},
{
id: "anime-5",
name: "Infinite Horizons",
price: "Included",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-adventure-anime-poster-with-vast-la-1772776679388-92e68eeb.png?_wi=2",
imageAlt: "Infinite Horizons",
},
id: "anime-5", name: "Infinite Horizons", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-adventure-anime-poster-with-vast-la-1772776679388-92e68eeb.png?_wi=2", imageAlt: "Infinite Horizons"},
{
id: "anime-6",
name: "Eternal Destiny",
price: "Premium",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/dramatic-anime-poster-for-eternal-destin-1772776679284-97342bfb.png?_wi=2",
imageAlt: "Eternal Destiny",
},
id: "anime-6", name: "Eternal Destiny", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/dramatic-anime-poster-for-eternal-destin-1772776679284-97342bfb.png?_wi=2", imageAlt: "Eternal Destiny"},
]}
/>
</div>
@@ -104,29 +74,11 @@ export default function CatalogPage() {
animationType="slide-up"
features={[
{
id: "genre-1",
title: "Action & Adventure",
description: "High-octane battles, epic quests, and thrilling adventures await in our action collection.",
tag: "Popular",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-3d-anime-battle-scene-with-advanced-1772776677907-9afa5cc5.png?_wi=2",
imageAlt: "Action & Adventure",
},
id: "genre-1", title: "Action & Adventure", description: "High-octane battles, epic quests, and thrilling adventures await in our action collection.", tag: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-3d-anime-battle-scene-with-advanced-1772776677907-9afa5cc5.png?_wi=2", imageAlt: "Action & Adventure"},
{
id: "genre-2",
title: "Romance & Drama",
description: "Heartwarming stories of love, friendship, and personal growth that will touch your soul.",
tag: "Trending",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/romantic-3d-anime-scene-with-soft-colors-1772776677859-74f69263.png?_wi=2",
imageAlt: "Romance & Drama",
},
id: "genre-2", title: "Romance & Drama", description: "Heartwarming stories of love, friendship, and personal growth that will touch your soul.", tag: "Trending", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/romantic-3d-anime-scene-with-soft-colors-1772776677859-74f69263.png?_wi=2", imageAlt: "Romance & Drama"},
{
id: "genre-3",
title: "Sci-Fi & Cyberpunk",
description: "Futuristic worlds, advanced technology, and mind-bending sci-fi concepts in stunning 3D.",
tag: "Exclusive",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/futuristic-3d-anime-scene-with-advanced--1772776678871-1b468377.png?_wi=2",
imageAlt: "Sci-Fi & Cyberpunk",
},
id: "genre-3", title: "Sci-Fi & Cyberpunk", description: "Futuristic worlds, advanced technology, and mind-bending sci-fi concepts in stunning 3D.", tag: "Exclusive", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/futuristic-3d-anime-scene-with-advanced--1772776678871-1b468377.png?_wi=2", imageAlt: "Sci-Fi & Cyberpunk"},
]}
/>
</div>
@@ -146,4 +98,4 @@ export default function CatalogPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -27,9 +27,9 @@ export default function ContactPage() {
brandName="AnimeVerse"
navItems={[
{ name: "Home", id: "/" },
{ name: "Catalog", id: "catalog" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Catalog", id: "/catalog" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
]}
button={{ text: "Start Streaming", href: "/pricing" }}
animateOnLoad={true}
@@ -47,35 +47,17 @@ export default function ContactPage() {
animationType="smooth"
faqs={[
{
id: "contact-1",
title: "How do I contact customer support?",
content: "You can reach our customer support team 24/7 through multiple channels: email at support@animeverse.com, live chat on our website, or through our Discord community server at discord.gg/animeverse.",
},
id: "contact-1", title: "How do I contact customer support?", content: "You can reach our customer support team 24/7 through multiple channels: email at support@animeverse.com, live chat on our website, or through our Discord community server at discord.gg/animeverse."},
{
id: "contact-2",
title: "What are your business hours?",
content: "AnimeVerse customer support operates 24/7 to assist you at any time. Our response time is typically within 2-4 hours for email inquiries and immediate for live chat support.",
},
id: "contact-2", title: "What are your business hours?", content: "AnimeVerse customer support operates 24/7 to assist you at any time. Our response time is typically within 2-4 hours for email inquiries and immediate for live chat support."},
{
id: "contact-3",
title: "How can I report a technical issue?",
content: "To report technical issues, please use our support portal at support.animeverse.com or email us at tech-support@animeverse.com with details about your issue, device type, and browser information.",
},
id: "contact-3", title: "How can I report a technical issue?", content: "To report technical issues, please use our support portal at support.animeverse.com or email us at tech-support@animeverse.com with details about your issue, device type, and browser information."},
{
id: "contact-4",
title: "Can I upgrade or downgrade my plan?",
content: "Yes! You can change your subscription plan at any time from your account settings. Changes take effect immediately, and we'll adjust your billing accordingly.",
},
id: "contact-4", title: "Can I upgrade or downgrade my plan?", content: "Yes! You can change your subscription plan at any time from your account settings. Changes take effect immediately, and we'll adjust your billing accordingly."},
{
id: "contact-5",
title: "Is there a warranty or guarantee?",
content: "We offer a 7-day money-back guarantee for all new subscriptions. If you're not satisfied with AnimeVerse, simply contact support for a full refund.",
},
id: "contact-5", title: "Is there a warranty or guarantee?", content: "We offer a 7-day money-back guarantee for all new subscriptions. If you're not satisfied with AnimeVerse, simply contact support for a full refund."},
{
id: "contact-6",
title: "How do I delete my account?",
content: "To delete your account, go to Settings → Account → Delete Account. Note that this action is permanent and cannot be undone. All your data and viewing history will be permanently removed.",
},
id: "contact-6", title: "How do I delete my account?", content: "To delete your account, go to Settings → Account → Delete Account. Note that this action is permanent and cannot be undone. All your data and viewing history will be permanently removed."},
]}
buttons={[{ text: "Visit Support Portal", href: "https://support.animeverse.com" }]}
buttonAnimation="slide-up"
@@ -97,4 +79,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -7,42 +7,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "AnimeVerse - Premium 3D Anime Streaming Platform",
description: "Experience anime like never before with AnimeVerse. Stream premium 4K 3D anime content with immersive audio, exclusive series, and AI recommendations.",
keywords: "anime streaming, 3D anime, premium anime, 4K streaming, anime platform, HD anime",
openGraph: {
title: "AnimeVerse - Premium 3D Anime Streaming",
description: "The ultimate anime streaming experience with cutting-edge 3D technology and premium content.",
siteName: "AnimeVerse",
type: "website",
images: [
title: "AnimeVerse - Premium 3D Anime Streaming Platform", description: "Experience anime like never before with AnimeVerse. Stream premium 4K 3D anime content with immersive audio, exclusive series, and AI recommendations.", keywords: "anime streaming, 3D anime, premium anime, 4K streaming, anime platform, HD anime", openGraph: {
title: "AnimeVerse - Premium 3D Anime Streaming", description: "The ultimate anime streaming experience with cutting-edge 3D technology and premium content.", siteName: "AnimeVerse", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/a-stunning-3d-animated-scene-from-a-prem-1772776677928-7b3f2737.png",
alt: "AnimeVerse Premium 3D Streaming",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/a-stunning-3d-animated-scene-from-a-prem-1772776677928-7b3f2737.png", alt: "AnimeVerse Premium 3D Streaming"},
],
},
twitter: {
card: "summary_large_image",
title: "AnimeVerse - Premium 3D Anime Streaming",
description: "Experience premium anime in stunning 3D quality.",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/a-stunning-3d-animated-scene-from-a-prem-1772776677928-7b3f2737.png"],
card: "summary_large_image", title: "AnimeVerse - Premium 3D Anime Streaming", description: "Experience premium anime in stunning 3D quality.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/a-stunning-3d-animated-scene-from-a-prem-1772776677928-7b3f2737.png"],
},
robots: {
index: true,
@@ -1434,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -30,9 +30,9 @@ export default function HomePage() {
brandName="AnimeVerse"
navItems={[
{ name: "Home", id: "/" },
{ name: "Catalog", id: "catalog" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Catalog", id: "/catalog" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
]}
button={{ text: "Start Streaming", href: "/pricing" }}
animateOnLoad={true}
@@ -50,39 +50,23 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/a-stunning-3d-animated-scene-from-a-prem-1772776677928-7b3f2737.png",
imageAlt: "3D Anime Scene 1",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/a-stunning-3d-animated-scene-from-a-prem-1772776677928-7b3f2737.png", imageAlt: "3D Anime Scene 1"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/beautiful-3d-rendered-anime-scene-with-e-1772776678400-14e81ede.png",
imageAlt: "3D Anime Scene 2",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/beautiful-3d-rendered-anime-scene-with-e-1772776678400-14e81ede.png", imageAlt: "3D Anime Scene 2"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-3d-anime-battle-scene-with-advanced-1772776677907-9afa5cc5.png?_wi=1",
imageAlt: "3D Anime Scene 3",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-3d-anime-battle-scene-with-advanced-1772776677907-9afa5cc5.png?_wi=1", imageAlt: "3D Anime Scene 3"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/luxurious-3d-anime-interior-scene-with-p-1772776679524-5738aeab.png",
imageAlt: "3D Anime Scene 4",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/luxurious-3d-anime-interior-scene-with-p-1772776679524-5738aeab.png", imageAlt: "3D Anime Scene 4"},
]}
rightCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/high-quality-3d-anime-character-portrait-1772776678457-75dbea3f.png",
imageAlt: "Premium Content 1",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/high-quality-3d-anime-character-portrait-1772776678457-75dbea3f.png", imageAlt: "Premium Content 1"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/futuristic-3d-anime-scene-with-advanced--1772776678871-1b468377.png?_wi=1",
imageAlt: "Premium Content 2",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/futuristic-3d-anime-scene-with-advanced--1772776678871-1b468377.png?_wi=1", imageAlt: "Premium Content 2"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/romantic-3d-anime-scene-with-soft-colors-1772776677859-74f69263.png?_wi=1",
imageAlt: "Premium Content 3",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/romantic-3d-anime-scene-with-soft-colors-1772776677859-74f69263.png?_wi=1", imageAlt: "Premium Content 3"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/dramatic-3d-anime-scene-with-dark-moody--1772776678471-f19ef28e.png",
imageAlt: "Premium Content 4",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/dramatic-3d-anime-scene-with-dark-moody--1772776678471-f19ef28e.png", imageAlt: "Premium Content 4"},
]}
carouselPosition="right"
buttons={[
@@ -105,24 +89,16 @@ export default function HomePage() {
useInvertedBackground={false}
bulletPoints={[
{
title: "4K 3D Streaming",
description: "Watch anime in stunning 3D quality with immersive depth and crystal-clear visuals.",
icon: Zap,
title: "4K 3D Streaming", description: "Watch anime in stunning 3D quality with immersive depth and crystal-clear visuals.", icon: Zap,
},
{
title: "Exclusive Premium Content",
description: "Access early releases, premium series, and exclusive behind-the-scenes content.",
icon: Trophy,
title: "Exclusive Premium Content", description: "Access early releases, premium series, and exclusive behind-the-scenes content.", icon: Trophy,
},
{
title: "Advanced AI Recommendations",
description: "Personalized anime suggestions based on your viewing history and preferences.",
icon: Brain,
title: "Advanced AI Recommendations", description: "Personalized anime suggestions based on your viewing history and preferences.", icon: Brain,
},
{
title: "Multi-Device Sync",
description: "Seamlessly watch on any device with automatic progress synchronization.",
},
title: "Multi-Device Sync", description: "Seamlessly watch on any device with automatic progress synchronization."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/modern-streaming-interface-dashboard-sho-1772776679160-6293dd61.png?_wi=1"
imageAlt="Premium Streaming Features"
@@ -143,53 +119,17 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "feature-1",
title: "3D Animation Engine",
description: "Experience anime with advanced 3D rendering technology for immersive visuals.",
tag: "Technology",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/technical-visualization-of-3d-rendering--1772776678716-2d3e73e7.png?_wi=1",
imageAlt: "3D Animation Engine",
},
id: "feature-1", title: "3D Animation Engine", description: "Experience anime with advanced 3D rendering technology for immersive visuals.", tag: "Technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/technical-visualization-of-3d-rendering--1772776678716-2d3e73e7.png?_wi=1", imageAlt: "3D Animation Engine"},
{
id: "feature-2",
title: "Ultra HD Resolution",
description: "Stream up to 4K resolution with HDR support for the best picture quality.",
tag: "Quality",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ultra-hd-anime-scene-split-showing-compa-1772776678690-dab1e125.png?_wi=1",
imageAlt: "Ultra HD Resolution",
},
id: "feature-2", title: "Ultra HD Resolution", description: "Stream up to 4K resolution with HDR support for the best picture quality.", tag: "Quality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ultra-hd-anime-scene-split-showing-compa-1772776678690-dab1e125.png?_wi=1", imageAlt: "Ultra HD Resolution"},
{
id: "feature-3",
title: "Immersive Audio",
description: "Dolby Atmos surround sound for an completely immersive viewing experience.",
tag: "Audio",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/visualized-sound-wave-patterns-from-anim-1772776678423-864333bc.png",
imageAlt: "Immersive Audio System",
},
id: "feature-3", title: "Immersive Audio", description: "Dolby Atmos surround sound for an completely immersive viewing experience.", tag: "Audio", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/visualized-sound-wave-patterns-from-anim-1772776678423-864333bc.png", imageAlt: "Immersive Audio System"},
{
id: "feature-4",
title: "Smart Library",
description: "AI-powered recommendations and intelligent library management.",
tag: "AI",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ai-powered-library-interface-with-smart--1772776679578-a4bc79cf.png?_wi=1",
imageAlt: "Smart Library",
},
id: "feature-4", title: "Smart Library", description: "AI-powered recommendations and intelligent library management.", tag: "AI", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/ai-powered-library-interface-with-smart--1772776679578-a4bc79cf.png?_wi=1", imageAlt: "Smart Library"},
{
id: "feature-5",
title: "Offline Downloads",
description: "Download your favorite episodes and watch anywhere, anytime.",
tag: "Convenience",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/cloud-download-visualization-showing-ani-1772776678631-60339dbf.png",
imageAlt: "Offline Download Feature",
},
id: "feature-5", title: "Offline Downloads", description: "Download your favorite episodes and watch anywhere, anytime.", tag: "Convenience", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/cloud-download-visualization-showing-ani-1772776678631-60339dbf.png", imageAlt: "Offline Download Feature"},
{
id: "feature-6",
title: "Family Sharing",
description: "Share your premium account with up to 4 family members securely.",
tag: "Sharing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/family-sharing-interface-showing-multipl-1772776679007-2bb75978.png",
imageAlt: "Family Sharing",
},
id: "feature-6", title: "Family Sharing", description: "Share your premium account with up to 4 family members securely.", tag: "Sharing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/family-sharing-interface-showing-multipl-1772776679007-2bb75978.png", imageAlt: "Family Sharing"},
]}
/>
</div>
@@ -206,47 +146,17 @@ export default function HomePage() {
carouselMode="buttons"
products={[
{
id: "anime-1",
name: "Celestial Chronicles",
price: "Included",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/promotional-poster-for-celestial-chronic-1772776679233-4cb3eacf.png?_wi=1",
imageAlt: "Celestial Chronicles",
},
id: "anime-1", name: "Celestial Chronicles", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/promotional-poster-for-celestial-chronic-1772776679233-4cb3eacf.png?_wi=1", imageAlt: "Celestial Chronicles"},
{
id: "anime-2",
name: "Neon Dreams",
price: "Premium",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/vibrant-neon-themed-anime-poster-for-neo-1772776679199-09e35e1c.png?_wi=1",
imageAlt: "Neon Dreams",
},
id: "anime-2", name: "Neon Dreams", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/vibrant-neon-themed-anime-poster-for-neo-1772776679199-09e35e1c.png?_wi=1", imageAlt: "Neon Dreams"},
{
id: "anime-3",
name: "Digital Revolution",
price: "Included",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/digital-themed-anime-poster-showing-tech-1772776680201-dff3a303.png?_wi=1",
imageAlt: "Digital Revolution",
},
id: "anime-3", name: "Digital Revolution", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/digital-themed-anime-poster-showing-tech-1772776680201-dff3a303.png?_wi=1", imageAlt: "Digital Revolution"},
{
id: "anime-4",
name: "Mystical Realms",
price: "Premium",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/fantasy-anime-poster-for-mystical-realms-1772776678545-b329b3ec.png?_wi=1",
imageAlt: "Mystical Realms",
},
id: "anime-4", name: "Mystical Realms", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/fantasy-anime-poster-for-mystical-realms-1772776678545-b329b3ec.png?_wi=1", imageAlt: "Mystical Realms"},
{
id: "anime-5",
name: "Infinite Horizons",
price: "Included",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-adventure-anime-poster-with-vast-la-1772776679388-92e68eeb.png?_wi=1",
imageAlt: "Infinite Horizons",
},
id: "anime-5", name: "Infinite Horizons", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/epic-adventure-anime-poster-with-vast-la-1772776679388-92e68eeb.png?_wi=1", imageAlt: "Infinite Horizons"},
{
id: "anime-6",
name: "Eternal Destiny",
price: "Premium",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/dramatic-anime-poster-for-eternal-destin-1772776679284-97342bfb.png?_wi=1",
imageAlt: "Eternal Destiny",
},
id: "anime-6", name: "Eternal Destiny", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/dramatic-anime-poster-for-eternal-destin-1772776679284-97342bfb.png?_wi=1", imageAlt: "Eternal Destiny"},
]}
/>
</div>
@@ -256,41 +166,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "testimonial-1",
name: "Sarah Chen",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-a-1772776676647-916199a5.png",
imageAlt: "Sarah Chen",
},
id: "testimonial-1", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-a-1772776676647-916199a5.png", imageAlt: "Sarah Chen"},
{
id: "testimonial-2",
name: "Marcus Rodriguez",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-l-1772776677385-34150da3.png",
imageAlt: "Marcus Rodriguez",
},
id: "testimonial-2", name: "Marcus Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-l-1772776677385-34150da3.png", imageAlt: "Marcus Rodriguez"},
{
id: "testimonial-3",
name: "Emily Tanaka",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-j-1772776676449-8ae146d9.png",
imageAlt: "Emily Tanaka",
},
id: "testimonial-3", name: "Emily Tanaka", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-j-1772776676449-8ae146d9.png", imageAlt: "Emily Tanaka"},
{
id: "testimonial-4",
name: "James Williams",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-c-1772776676920-32b532c2.png",
imageAlt: "James Williams",
},
id: "testimonial-4", name: "James Williams", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-c-1772776676920-32b532c2.png", imageAlt: "James Williams"},
{
id: "testimonial-5",
name: "Aria Patel",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-i-1772776676854-65a64b0d.png",
imageAlt: "Aria Patel",
},
id: "testimonial-5", name: "Aria Patel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-i-1772776676854-65a64b0d.png", imageAlt: "Aria Patel"},
{
id: "testimonial-6",
name: "Alex Kim",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-p-1772776677039-bc516a81.png",
imageAlt: "Alex Kim",
},
id: "testimonial-6", name: "Alex Kim", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYjY9r2dtdkgBiuV2vP4mlhwtR/professional-portrait-photo-of-a-young-p-1772776677039-bc516a81.png", imageAlt: "Alex Kim"},
]}
cardTitle="Over 50,000+ anime fans trust AnimeVerse for premium streaming"
cardTag="Loved by our community"
@@ -301,4 +187,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -28,9 +28,9 @@ export default function PricingPage() {
brandName="AnimeVerse"
navItems={[
{ name: "Home", id: "/" },
{ name: "Catalog", id: "catalog" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Catalog", id: "/catalog" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
]}
button={{ text: "Start Streaming", href: "/pricing" }}
animateOnLoad={true}
@@ -47,61 +47,22 @@ export default function PricingPage() {
animationType="slide-up"
plans={[
{
id: "basic-plan",
tag: "Basic Stream",
tagIcon: Play,
price: "$9.99",
period: "/month",
description: "Perfect for casual anime viewers who want access to our full library.",
button: { text: "Start Trial", href: "/contact" },
featuresTitle: "What's Included:",
features: [
"HD (1080p) Streaming",
"Watch on 1 device",
"Offline downloads",
"Ad-free experience",
"Access to full library",
],
id: "basic-plan", tag: "Basic Stream", tagIcon: Play,
price: "$9.99", period: "/month", description: "Perfect for casual anime viewers who want access to our full library.", button: { text: "Start Trial", href: "/contact" },
featuresTitle: "What's Included:", features: [
"HD (1080p) Streaming", "Watch on 1 device", "Offline downloads", "Ad-free experience", "Access to full library"],
},
{
id: "premium-plan",
tag: "Premium 3D",
tagIcon: Sparkles,
price: "$19.99",
period: "/month",
description: "Experience anime in premium 3D with exclusive content and early access.",
button: { text: "Most Popular", href: "/contact" },
featuresTitle: "What's Included:",
features: [
"4K 3D Streaming",
"Watch on 2 devices simultaneously",
"Offline downloads (25GB)",
"Ad-free experience",
"Exclusive premium content",
"Early episode access",
"AI recommendations",
],
id: "premium-plan", tag: "Premium 3D", tagIcon: Sparkles,
price: "$19.99", period: "/month", description: "Experience anime in premium 3D with exclusive content and early access.", button: { text: "Most Popular", href: "/contact" },
featuresTitle: "What's Included:", features: [
"4K 3D Streaming", "Watch on 2 devices simultaneously", "Offline downloads (25GB)", "Ad-free experience", "Exclusive premium content", "Early episode access", "AI recommendations"],
},
{
id: "ultimate-plan",
tag: "Ultimate Experience",
tagIcon: Crown,
price: "$34.99",
period: "/month",
description: "The ultimate anime streaming experience with premium features and family sharing.",
button: { text: "Unlock Ultimate", href: "/contact" },
featuresTitle: "What's Included:",
features: [
"4K 3D + 8K Streaming",
"Watch on 4 devices simultaneously",
"Unlimited offline downloads",
"Ad-free experience",
"All premium content",
"Priority customer support",
"Family sharing (4 members)",
"Advanced AI curation",
"3D theater mode",
],
id: "ultimate-plan", tag: "Ultimate Experience", tagIcon: Crown,
price: "$34.99", period: "/month", description: "The ultimate anime streaming experience with premium features and family sharing.", button: { text: "Unlock Ultimate", href: "/contact" },
featuresTitle: "What's Included:", features: [
"4K 3D + 8K Streaming", "Watch on 4 devices simultaneously", "Unlimited offline downloads", "Ad-free experience", "All premium content", "Priority customer support", "Family sharing (4 members)", "Advanced AI curation", "3D theater mode"],
},
]}
/>
@@ -118,35 +79,17 @@ export default function PricingPage() {
animationType="smooth"
faqs={[
{
id: "faq-1",
title: "What is 3D anime streaming?",
content: "3D anime streaming uses advanced rendering technology to convert traditional 2D anime into immersive 3D experiences, adding depth and visual richness to your favorite shows while maintaining the original artwork integrity.",
},
id: "faq-1", title: "What is 3D anime streaming?", content: "3D anime streaming uses advanced rendering technology to convert traditional 2D anime into immersive 3D experiences, adding depth and visual richness to your favorite shows while maintaining the original artwork integrity."},
{
id: "faq-2",
title: "Can I cancel my subscription anytime?",
content: "Yes, you can cancel your subscription at any time without penalties. Your access will continue until the end of your billing period.",
},
id: "faq-2", title: "Can I cancel my subscription anytime?", content: "Yes, you can cancel your subscription at any time without penalties. Your access will continue until the end of your billing period."},
{
id: "faq-3",
title: "How many devices can I watch on?",
content: "The number of simultaneous streams depends on your plan. Basic allows 1 device, Premium allows 2 devices, and Ultimate allows 4 devices streaming at the same time.",
},
id: "faq-3", title: "How many devices can I watch on?", content: "The number of simultaneous streams depends on your plan. Basic allows 1 device, Premium allows 2 devices, and Ultimate allows 4 devices streaming at the same time."},
{
id: "faq-4",
title: "Is there a free trial available?",
content: "Yes! All new users get a 7-day free trial to explore our premium features and catalog before committing to a paid plan.",
},
id: "faq-4", title: "Is there a free trial available?", content: "Yes! All new users get a 7-day free trial to explore our premium features and catalog before committing to a paid plan."},
{
id: "faq-5",
title: "What internet speed do I need?",
content: "For HD streaming, we recommend at least 5 Mbps. For 4K streaming, a minimum of 25 Mbps connection is required for optimal performance.",
},
id: "faq-5", title: "What internet speed do I need?", content: "For HD streaming, we recommend at least 5 Mbps. For 4K streaming, a minimum of 25 Mbps connection is required for optimal performance."},
{
id: "faq-6",
title: "Do you offer dubbed anime?",
content: "Yes, we offer both subbed and dubbed versions of most anime. You can select your preferred audio option when streaming any title.",
},
id: "faq-6", title: "Do you offer dubbed anime?", content: "Yes, we offer both subbed and dubbed versions of most anime. You can select your preferred audio option when streaming any title."},
]}
buttons={[{ text: "Contact Support", href: "/contact" }]}
buttonAnimation="slide-up"
@@ -168,4 +111,4 @@ export default function PricingPage() {
</div>
</ThemeProvider>
);
}
}