Merge version_1 into main #1
@@ -27,21 +27,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "/categories",
|
||||
},
|
||||
name: "Categories", id: "/categories"},
|
||||
{
|
||||
name: "Favorites",
|
||||
id: "/favorites",
|
||||
},
|
||||
name: "Favorites", id: "/favorites"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/play-button-abstract-low-poly-triangle-dot-line-polygon-shine-blue-background-vector-illustration_587448-589.jpg"
|
||||
logoAlt="CinemaVerse Logo"
|
||||
@@ -49,8 +41,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Your Ultimate Streaming Destination"
|
||||
bottomRightText="hello@cinemaverse.com"
|
||||
button={{
|
||||
text: "Sign Up",
|
||||
}}
|
||||
text: "Sign Up"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,17 +54,10 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "250+",
|
||||
title: "Titles in Favorites",
|
||||
description: "Your curated list of must-watch movies and series.",
|
||||
icon: Heart,
|
||||
id: "metric-1", value: "250+", title: "Titles in Favorites", description: "Your curated list of must-watch movies and series.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "1200+",
|
||||
title: "Hours Watched",
|
||||
description: "Your total time spent exploring the Cinema",
|
||||
id: "metric-2", value: "1200+", title: "Hours Watched", description: "Your total time spent exploring the Cinema", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Your CinemaVerse Journey"
|
||||
@@ -92,59 +76,31 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
badgeIcon: Award,
|
||||
price: "$9.99/month",
|
||||
subtitle: "Essential streaming for every viewer.",
|
||||
buttons: [
|
||||
id: "basic", badge: "Standard", badgeIcon: Award,
|
||||
price: "$9.99/month", subtitle: "Essential streaming for every viewer.", buttons: [
|
||||
{
|
||||
text: "Choose Standard",
|
||||
},
|
||||
text: "Choose Standard"},
|
||||
],
|
||||
features: [
|
||||
"Access to HD content",
|
||||
"Watch on 1 device at a time",
|
||||
"Unlimited movies & TV shows",
|
||||
"Personalized recommendations",
|
||||
],
|
||||
"Access to HD content", "Watch on 1 device at a time", "Unlimited movies & TV shows", "Personalized recommendations"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$15.99/month",
|
||||
subtitle: "Unleash the full CinemaVerse experience.",
|
||||
buttons: [
|
||||
id: "premium", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$15.99/month", subtitle: "Unleash the full CinemaVerse experience.", buttons: [
|
||||
{
|
||||
text: "Go Premium",
|
||||
},
|
||||
text: "Go Premium"},
|
||||
],
|
||||
features: [
|
||||
"Access to 4K Ultra HD content",
|
||||
"Watch on up to 4 devices simultaneously",
|
||||
"Download content for offline viewing",
|
||||
"Exclusive early access to originals",
|
||||
"Ad-free experience",
|
||||
],
|
||||
"Access to 4K Ultra HD content", "Watch on up to 4 devices simultaneously", "Download content for offline viewing", "Exclusive early access to originals", "Ad-free experience"],
|
||||
},
|
||||
{
|
||||
id: "family",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Users,
|
||||
price: "$19.99/month",
|
||||
subtitle: "For the whole family to enjoy, together.",
|
||||
buttons: [
|
||||
id: "family", badge: "Best Value", badgeIcon: Users,
|
||||
price: "$19.99/month", subtitle: "For the whole family to enjoy, together.", buttons: [
|
||||
{
|
||||
text: "Get Family Plan",
|
||||
},
|
||||
text: "Get Family Plan"},
|
||||
],
|
||||
features: [
|
||||
"All Premium features included",
|
||||
"Watch on up to 6 devices simultaneously",
|
||||
"Dedicated kids profiles with parental controls",
|
||||
"Enhanced multi-language options",
|
||||
],
|
||||
"All Premium features included", "Watch on up to 6 devices simultaneously", "Dedicated kids profiles with parental controls", "Enhanced multi-language options"],
|
||||
},
|
||||
]}
|
||||
title="Upgrade Your CinemaVerse Experience"
|
||||
@@ -163,77 +119,47 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Movies",
|
||||
href: "/categories#movies",
|
||||
},
|
||||
label: "Movies", href: "/categories#movies"},
|
||||
{
|
||||
label: "TV Series",
|
||||
href: "/categories#tv-series",
|
||||
},
|
||||
label: "TV Series", href: "/categories#tv-series"},
|
||||
{
|
||||
label: "Anime",
|
||||
href: "/categories#anime",
|
||||
},
|
||||
label: "Anime", href: "/categories#anime"},
|
||||
{
|
||||
label: "Cartoons",
|
||||
href: "/categories#cartoons",
|
||||
},
|
||||
label: "Cartoons", href: "/categories#cartoons"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "Help Center", href: "/contact#faq"},
|
||||
{
|
||||
label: "Account",
|
||||
href: "#",
|
||||
},
|
||||
label: "Account", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/cinemaverse",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/cinemaverse"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/cinemaverse",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/cinemaverse"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/cinemaverse",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/cinemaverse"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
344
src/app/page.tsx
344
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "/categories",
|
||||
},
|
||||
name: "Categories", id: "/categories"},
|
||||
{
|
||||
name: "Favorites",
|
||||
id: "/favorites",
|
||||
},
|
||||
name: "Favorites", id: "/favorites"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/play-button-abstract-low-poly-triangle-dot-line-polygon-shine-blue-background-vector-illustration_587448-589.jpg"
|
||||
logoAlt="CinemaVerse Logo"
|
||||
@@ -52,8 +44,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Your Ultimate Streaming Destination"
|
||||
bottomRightText="hello@cinemaverse.com"
|
||||
button={{
|
||||
text: "Sign Up",
|
||||
}}
|
||||
text: "Sign Up"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,64 +52,34 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Stream Your Story, Anytime, Anywhere"
|
||||
description="Dive into CinemaVerse: endless movies, TV shows, anime, and cartoons. Personalized recommendations, multi-language support, and a premium cinematic experience await."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex K.",
|
||||
handle: "@alexk_films",
|
||||
testimonial: "\"CinemaVerse is a game-changer! The UI is stunning, and the recommendations are spot on. It's truly a next-gen streaming platform.\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-movie-night_23-2149307344.jpg",
|
||||
imageAlt: "Alex K. avatar",
|
||||
},
|
||||
name: "Alex K.", handle: "@alexk_films", testimonial: "\"CinemaVerse is a game-changer! The UI is stunning, and the recommendations are spot on. It's truly a next-gen streaming platform.\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-enjoying-movie-night_23-2149307344.jpg", imageAlt: "Alex K. avatar"},
|
||||
{
|
||||
name: "Jamie L.",
|
||||
handle: "@jamie_reviews",
|
||||
testimonial: "\"Finally, a streaming app that understands what I want to watch. The Dark Mode is gorgeous and the performance is flawless.\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg",
|
||||
imageAlt: "Jamie L. avatar",
|
||||
},
|
||||
name: "Jamie L.", handle: "@jamie_reviews", testimonial: "\"Finally, a streaming app that understands what I want to watch. The Dark Mode is gorgeous and the performance is flawless.\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-with-amulet-neck-is-posing-photographer-dark-photo-studio_613910-3849.jpg", imageAlt: "Jamie L. avatar"},
|
||||
{
|
||||
name: "Sam P.",
|
||||
handle: "@sam_p_geek",
|
||||
testimonial: "\"From anime to classic films, CinemaVerse has it all. The multi-language support is a huge plus for me and my friends.\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-profile-icons-collection_23-2149102741.jpg",
|
||||
imageAlt: "Sam P. avatar",
|
||||
},
|
||||
name: "Sam P.", handle: "@sam_p_geek", testimonial: "\"From anime to classic films, CinemaVerse has it all. The multi-language support is a huge plus for me and my friends.\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-profile-icons-collection_23-2149102741.jpg", imageAlt: "Sam P. avatar"},
|
||||
{
|
||||
name: "Casey J.",
|
||||
handle: "@casey_watch",
|
||||
testimonial: "\"The cinematic quality and smooth transitions make every viewing a premium experience. Highly recommended for movie buffs!\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149833738.jpg",
|
||||
imageAlt: "Casey J. avatar",
|
||||
},
|
||||
name: "Casey J.", handle: "@casey_watch", testimonial: "\"The cinematic quality and smooth transitions make every viewing a premium experience. Highly recommended for movie buffs!\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149833738.jpg", imageAlt: "Casey J. avatar"},
|
||||
{
|
||||
name: "Ryan B.",
|
||||
handle: "@ryan_binge",
|
||||
testimonial: "\"Never thought a streaming app could feel this intuitive and luxurious. The glassmorphism design is fantastic, and new content is always fresh.\"",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-looking-laptop_482257-82435.jpg",
|
||||
imageAlt: "Ryan B. avatar",
|
||||
},
|
||||
name: "Ryan B.", handle: "@ryan_binge", testimonial: "\"Never thought a streaming app could feel this intuitive and luxurious. The glassmorphism design is fantastic, and new content is always fresh.\"", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-headphones-looking-laptop_482257-82435.jpg", imageAlt: "Ryan B. avatar"},
|
||||
]}
|
||||
tag="Next-Gen Streaming"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Free Trial", href: "#"},
|
||||
{
|
||||
text: "Explore Movies",
|
||||
href: "#trending",
|
||||
},
|
||||
text: "Explore Movies", href: "#trending"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-camera-draw-with-popcorn_23-2148470179.jpg"
|
||||
@@ -126,52 +87,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100237.jpg",
|
||||
alt: "Androgynous avatar of non-binary queer person",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/androgynous-avatar-non-binary-queer-person_23-2151100237.jpg", alt: "Androgynous avatar of non-binary queer person"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-pretty-woman-dressed-warm-sweater-listening-music_171337-7509.jpg",
|
||||
alt: "Happy young pretty woman dressed in warm sweater listening music.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-pretty-woman-dressed-warm-sweater-listening-music_171337-7509.jpg", alt: "Happy young pretty woman dressed in warm sweater listening music."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg",
|
||||
alt: "Portrait of young handsome man in earphones. Dark-haired man in casual clothes looking at camera. Portrait concept",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", alt: "Portrait of young handsome man in earphones. Dark-haired man in casual clothes looking at camera. Portrait concept"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-with-headphones_23-2148471038.jpg",
|
||||
alt: "Front view of smiling woman with headphones",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-with-headphones_23-2148471038.jpg", alt: "Front view of smiling woman with headphones"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg",
|
||||
alt: "Portrait of handsome bearded stylish male, wearing an elegant suit on a dark background.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", alt: "Portrait of handsome bearded stylish male, wearing an elegant suit on a dark background."},
|
||||
]}
|
||||
avatarText="Join millions of satisfied streamers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/movie-elements-black-background-with-copy-space_23-2148416798.jpg",
|
||||
alt: "Movie elements on black background with copy space",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/movie-elements-black-background-with-copy-space_23-2148416798.jpg", alt: "Movie elements on black background with copy space"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cinema-clapperboard-with-popcorn_23-2148529925.jpg",
|
||||
alt: "Top view cinema clapperboard with popcorn",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-cinema-clapperboard-with-popcorn_23-2148529925.jpg", alt: "Top view cinema clapperboard with popcorn"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Unlimited HD Streaming",
|
||||
},
|
||||
type: "text", text: "Unlimited HD Streaming"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/flat-lay-cinema-elements-with-copyspace_23-2148191720.jpg",
|
||||
alt: "Flat lay of cinema elements with copyspace",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/flat-lay-cinema-elements-with-copyspace_23-2148191720.jpg", alt: "Flat lay of cinema elements with copyspace"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/movie-background-collage_23-2149876009.jpg",
|
||||
alt: "Movie background collage",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/movie-background-collage_23-2149876009.jpg", alt: "Movie background collage"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,48 +120,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
label: "Global Access",
|
||||
title: "Multi-Language Support",
|
||||
items: [
|
||||
"Stream content in English, Arabic, French, and more.",
|
||||
"Seamless language switching for a personalized viewing experience.",
|
||||
"Expand your entertainment horizons with diverse content.",
|
||||
],
|
||||
id: "feature-1", label: "Global Access", title: "Multi-Language Support", items: [
|
||||
"Stream content in English, Arabic, French, and more.", "Seamless language switching for a personalized viewing experience.", "Expand your entertainment horizons with diverse content."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "feature-2",
|
||||
label: "Smart Discovery",
|
||||
title: "AI-Powered Recommendations",
|
||||
items: [
|
||||
"Get personalized suggestions based on your watch history.",
|
||||
"Discover new favorites with our intelligent recommendation engine.",
|
||||
"Spend less time searching, more time watching.",
|
||||
],
|
||||
id: "feature-2", label: "Smart Discovery", title: "AI-Powered Recommendations", items: [
|
||||
"Get personalized suggestions based on your watch history.", "Discover new favorites with our intelligent recommendation engine.", "Spend less time searching, more time watching."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Discover Now",
|
||||
},
|
||||
text: "Discover Now"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "feature-3",
|
||||
label: "Seamless Experience",
|
||||
title: "Cross-Device Sync",
|
||||
items: [
|
||||
"Continue watching from where you left off, on any device.",
|
||||
"Enjoy a consistent experience across mobile, tablet, and desktop.",
|
||||
"Your progress is always saved and synchronized.",
|
||||
],
|
||||
id: "feature-3", label: "Seamless Experience", title: "Cross-Device Sync", items: [
|
||||
"Continue watching from where you left off, on any device.", "Enjoy a consistent experience across mobile, tablet, and desktop.", "Your progress is always saved and synchronized."],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore Devices",
|
||||
},
|
||||
text: "Explore Devices"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -244,68 +160,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
brand: "CinemaVerse Originals",
|
||||
name: "Nebula Nexus",
|
||||
price: "Stream Now",
|
||||
rating: 4.8,
|
||||
reviewCount: "1.2M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-urban-scenery_23-2150712300.jpg",
|
||||
imageAlt: "Nebula Nexus movie poster",
|
||||
isFavorited: true,
|
||||
id: "product-1", brand: "CinemaVerse Originals", name: "Nebula Nexus", price: "Stream Now", rating: 4.8,
|
||||
reviewCount: "1.2M", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-urban-scenery_23-2150712300.jpg", imageAlt: "Nebula Nexus movie poster", isFavorited: true,
|
||||
},
|
||||
{
|
||||
id: "product-2",
|
||||
brand: "Fantasy Epic",
|
||||
name: "Whispering Woods",
|
||||
price: "Stream Now",
|
||||
rating: 4.7,
|
||||
reviewCount: "980K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-pink-holi-powder-against-black-background_23-2148054090.jpg",
|
||||
imageAlt: "Whispering Woods movie poster",
|
||||
id: "product-2", brand: "Fantasy Epic", name: "Whispering Woods", price: "Stream Now", rating: 4.7,
|
||||
reviewCount: "980K", imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-pink-holi-powder-against-black-background_23-2148054090.jpg", imageAlt: "Whispering Woods movie poster"},
|
||||
{
|
||||
id: "product-3", brand: "Mind Bender Studio", name: "The Echo Chamber", price: "Stream Now", rating: 4.9,
|
||||
reviewCount: "1.5M", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-character-fire_23-2151099681.jpg", imageAlt: "The Echo Chamber movie poster", isFavorited: true,
|
||||
},
|
||||
{
|
||||
id: "product-3",
|
||||
brand: "Mind Bender Studio",
|
||||
name: "The Echo Chamber",
|
||||
price: "Stream Now",
|
||||
rating: 4.9,
|
||||
reviewCount: "1.5M",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-character-fire_23-2151099681.jpg",
|
||||
imageAlt: "The Echo Chamber movie poster",
|
||||
isFavorited: true,
|
||||
id: "product-4", brand: "Animation House", name: "Critter Chaos", price: "Stream Now", rating: 4.5,
|
||||
reviewCount: "750K", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-creatures-couple-getting-married_23-2151158170.jpg", imageAlt: "Critter Chaos movie poster"},
|
||||
{
|
||||
id: "product-5", brand: "Historical Drama Co.", name: "Crown of Shadows", price: "Stream Now", rating: 4.6,
|
||||
reviewCount: "890K", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-controller_23-2149915107.jpg", imageAlt: "Crown of Shadows movie poster", isFavorited: true,
|
||||
},
|
||||
{
|
||||
id: "product-4",
|
||||
brand: "Animation House",
|
||||
name: "Critter Chaos",
|
||||
price: "Stream Now",
|
||||
rating: 4.5,
|
||||
reviewCount: "750K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-creatures-couple-getting-married_23-2151158170.jpg",
|
||||
imageAlt: "Critter Chaos movie poster",
|
||||
},
|
||||
{
|
||||
id: "product-5",
|
||||
brand: "Historical Drama Co.",
|
||||
name: "Crown of Shadows",
|
||||
price: "Stream Now",
|
||||
rating: 4.6,
|
||||
reviewCount: "890K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-controller_23-2149915107.jpg",
|
||||
imageAlt: "Crown of Shadows movie poster",
|
||||
isFavorited: true,
|
||||
},
|
||||
{
|
||||
id: "product-6",
|
||||
brand: "Horror Productions",
|
||||
name: "The Empty Cabin",
|
||||
price: "Stream Now",
|
||||
rating: 4.3,
|
||||
reviewCount: "620K",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/witches-couch-holding-whiteboard_23-2147701232.jpg",
|
||||
imageAlt: "The Empty Cabin movie poster",
|
||||
},
|
||||
id: "product-6", brand: "Horror Productions", name: "The Empty Cabin", price: "Stream Now", rating: 4.3,
|
||||
reviewCount: "620K", imageSrc: "http://img.b2bpic.net/free-photo/witches-couch-holding-whiteboard_23-2147701232.jpg", imageAlt: "The Empty Cabin movie poster"},
|
||||
]}
|
||||
title="Trending Now on CinemaVerse"
|
||||
description="Discover what everyone's watching. From blockbusters to indie gems, stay updated with the most popular titles."
|
||||
@@ -322,49 +196,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "MovieMaverick",
|
||||
testimonial: "\"CinemaVerse brings a fresh, modern touch to streaming. The UI is incredibly intuitive and visually stunning. It's a joy to browse and find new content.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-phone_23-2149005381.jpg",
|
||||
imageAlt: "Sarah Johnson avatar",
|
||||
icon: MessageSquare,
|
||||
id: "1", name: "Sarah Johnson", handle: "MovieMaverick", testimonial: "\"CinemaVerse brings a fresh, modern touch to streaming. The UI is incredibly intuitive and visually stunning. It's a joy to browse and find new content.\"", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-phone_23-2149005381.jpg", imageAlt: "Sarah Johnson avatar", icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "FilmFanatic",
|
||||
testimonial: "\"The AI recommendations are spot on! I've discovered so many hidden gems I would have never found otherwise. A truly personalized viewing experience.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-playing-video-game_23-2149250014.jpg",
|
||||
imageAlt: "Michael Chen avatar",
|
||||
icon: Star,
|
||||
id: "2", name: "Michael Chen", handle: "FilmFanatic", testimonial: "\"The AI recommendations are spot on! I've discovered so many hidden gems I would have never found otherwise. A truly personalized viewing experience.\"", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-playing-video-game_23-2149250014.jpg", imageAlt: "Michael Chen avatar", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "BingeWatcher",
|
||||
testimonial: "\"Multi-language support is a huge win for my family. We can all enjoy our favorite shows in our preferred language without any hassle.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg",
|
||||
imageAlt: "Emily Rodriguez avatar",
|
||||
icon: Globe,
|
||||
id: "3", name: "Emily Rodriguez", handle: "BingeWatcher", testimonial: "\"Multi-language support is a huge win for my family. We can all enjoy our favorite shows in our preferred language without any hassle.\"", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-it-professional-silicon-valley-company-office-developing-software-apps-happy_482257-136225.jpg", imageAlt: "Emily Rodriguez avatar", icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "TechJunkie",
|
||||
testimonial: "\"As a developer, I appreciate the smooth performance and responsive design. It feels premium and works flawlessly across all my devices.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-woman-posing_23-2149069185.jpg",
|
||||
imageAlt: "David Kim avatar",
|
||||
icon: Code,
|
||||
id: "4", name: "David Kim", handle: "TechJunkie", testimonial: "\"As a developer, I appreciate the smooth performance and responsive design. It feels premium and works flawlessly across all my devices.\"", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-woman-posing_23-2149069185.jpg", imageAlt: "David Kim avatar", icon: Code,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "SeriesLover",
|
||||
testimonial: "\"The Dark Mode design is beautiful and easy on the eyes during late-night binges. CinemaVerse truly understands what users want.\"",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-zoom-shot-woman-dressed-up-like-witch-with-bloody-make-up-face-dancing-having-fun-halloween-party_482257-11316.jpg",
|
||||
imageAlt: "Jessica Lee avatar",
|
||||
icon: Moon,
|
||||
id: "5", name: "Jessica Lee", handle: "SeriesLover", testimonial: "\"The Dark Mode design is beautiful and easy on the eyes during late-night binges. CinemaVerse truly understands what users want.\"", imageSrc: "http://img.b2bpic.net/free-photo/portrait-zoom-shot-woman-dressed-up-like-witch-with-bloody-make-up-face-dancing-having-fun-halloween-party_482257-11316.jpg", imageAlt: "Jessica Lee avatar", icon: Moon,
|
||||
},
|
||||
]}
|
||||
title="What Our Users Say"
|
||||
@@ -381,6 +225,22 @@ export default function LandingPage() {
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Common Questions"
|
||||
description="Find answers to frequently asked questions about CinemaVerse."
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-3d-shapes-background_1017-3741.jpg"
|
||||
imageAlt="Digital FAQ interface illustration"
|
||||
tag="Support"
|
||||
tagIcon={MessageSquare}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "How do I start watching?", content: "Simply sign up for a free trial, browse our library, and start streaming instantly!"},
|
||||
{
|
||||
id: "faq-2", title: "Is CinemaVerse free?", content: "We offer a free trial, and various subscription plans to unlock our full library."},
|
||||
{
|
||||
id: "faq-3", title: "Can I cancel anytime?", content: "Yes, you can cancel your subscription at any time through your account settings."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -392,77 +252,47 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Movies",
|
||||
href: "/categories#movies",
|
||||
},
|
||||
label: "Movies", href: "/categories#movies"},
|
||||
{
|
||||
label: "TV Series",
|
||||
href: "/categories#tv-series",
|
||||
},
|
||||
label: "TV Series", href: "/categories#tv-series"},
|
||||
{
|
||||
label: "Anime",
|
||||
href: "/categories#anime",
|
||||
},
|
||||
label: "Anime", href: "/categories#anime"},
|
||||
{
|
||||
label: "Cartoons",
|
||||
href: "/categories#cartoons",
|
||||
},
|
||||
label: "Cartoons", href: "/categories#cartoons"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "Help Center", href: "/contact#faq"},
|
||||
{
|
||||
label: "Account",
|
||||
href: "#",
|
||||
},
|
||||
label: "Account", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/cinemaverse",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/cinemaverse"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/cinemaverse",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/cinemaverse"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/cinemaverse",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/cinemaverse"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user