Files
bad7ea4f-e7ea-42bc-aaa1-77c…/src/app/page.tsx
2026-03-03 12:19:39 +00:00

258 lines
15 KiB
TypeScript

"use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import { Crown, Globe, Play, Sparkles, TrendingUp, Users } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="compact"
sizing="mediumLargeSizeLargeTitles"
background="fluid"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="EliteStream"
navItems={[
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Start Streaming", href: "#pricing"
}}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero" className="relative w-full">
<HeroOverlay
title="Stream Premium Content Anywhere"
description="Experience unlimited entertainment with 4K streaming, offline viewing, and thousands of movies and series tailored to your taste."
tag="Premium Streaming Service"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/a-sleek-streaming-dashboard-interface-wi-1772540341145-9e37ac63.png"
imageAlt="Elite streaming platform interface"
textPosition="bottom-left"
showBlur={true}
showDimOverlay={true}
buttons={[
{ text: "Start Free Trial", href: "#pricing" },
{ text: "Learn More", href: "#features" }
]}
/>
</div>
<div id="features" data-section="features" className="w-full py-20">
<FeatureCardTwentyThree
features={[
{
id: "1", title: "Ultra HD 4K Streaming with Adaptive Quality", tags: ["Technology", "Quality"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/ultra-hd-streaming-quality-showcase-with-1772540339987-1f88a104.png"
},
{
id: "2", title: "Vast Library of Movies, Series & Exclusives", tags: ["Content", "Catalog"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/comprehensive-streaming-library-interfac-1772540340477-4c761184.png"
},
{
id: "3", title: "Stream on Any Device, Anytime, Anywhere", tags: ["Flexibility", "Devices"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/multi-device-streaming-showcase-featurin-1772540339972-bfb925ff.png"
}
]}
animationType="slide-up"
title="Powerful Features"
description="Discover what makes EliteStream the ultimate streaming experience"
textboxLayout="default"
useInvertedBackground={false}
tag="Why Choose Us"
buttons={[
{ text: "Explore All Features", href: "#" }
]}
/>
</div>
<div id="pricing" data-section="pricing" className="w-full py-20">
<PricingCardTwo
plans={[
{
id: "basic", badge: "Basic Plan", badgeIcon: Play,
price: "$5.99/mo", subtitle: "Perfect for casual viewers", buttons: [
{ text: "Get Started", href: "#" },
{ text: "Learn More", href: "#" }
],
features: [
"SD (480p) streaming quality", "Watch on 1 device simultaneously", "Ad-supported content", "Access to full library", "Stream downloads"
]
},
{
id: "premium", badge: "Premium Plan", badgeIcon: Sparkles,
price: "$12.99/mo", subtitle: "Most popular choice", buttons: [
{ text: "Start Free Trial", href: "#" },
{ text: "Details", href: "#" }
],
features: [
"4K Ultra HD streaming", "Watch on up to 4 devices", "Ad-free viewing experience", "Priority customer support", "Offline downloads", "Exclusive content"
]
},
{
id: "elite", badge: "Elite Plan", badgeIcon: Crown,
price: "$19.99/mo", subtitle: "For ultimate streaming enthusiasts", buttons: [
{ text: "Upgrade Now", href: "#" },
{ text: "Compare", href: "#" }
],
features: [
"4K+ Premium streaming quality", "Watch on unlimited devices", "Ad-free premium experience", "24/7 VIP support", "Unlimited downloads", "Early access to exclusives", "Family sharing (up to 6 users)"
]
}
]}
animationType="slide-up"
title="Choose Your Plan"
description="Select the perfect streaming plan for your entertainment needs"
textboxLayout="default"
useInvertedBackground={false}
tag="Transparent Pricing"
carouselMode="buttons"
/>
</div>
<div id="metrics" data-section="metrics" className="w-full py-20">
<MetricCardOne
metrics={[
{
id: "1", value: "50", title: "Million+", description: "Active subscribers enjoying EliteStream daily", icon: Users
},
{
id: "2", value: "10", title: "Thousand+", description: "Hours of premium content available", icon: Play
},
{
id: "3", value: "195", title: "Countries", description: "Streaming EliteStream across the globe", icon: Globe
},
{
id: "4", value: "98", title: "% Uptime", description: "Reliable streaming service you can trust", icon: TrendingUp
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
title="By The Numbers"
description="Trusted by millions of streamers worldwide"
textboxLayout="default"
useInvertedBackground={false}
tag="Our Impact"
/>
</div>
<div id="testimonials" data-section="testimonials" className="w-full py-20">
<TestimonialCardTen
testimonials={[
{
id: "1", title: "Best Streaming Service Ever", quote: "EliteStream has completely transformed how I watch entertainment. The 4K quality is stunning, and the content library is incredibly vast. I can't imagine going back to anything else.", name: "Sarah Johnson", role: "Entertainment Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/professional-headshot-of-a-satisfied-str-1772540339214-9c91bd66.png"
},
{
id: "2", title: "Perfect for Families", quote: "We love the family sharing feature! Everyone in our household has their own profile and personalized recommendations. The offline download feature is perfect for road trips.", name: "Michael Chen", role: "Father of Three", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/professional-headshot-of-a-satisfied-str-1772540339277-dd458e63.png"
},
{
id: "3", title: "Unbeatable Value", quote: "The pricing is incredibly competitive, and the premium tier offers exceptional value. Ad-free viewing and unlimited downloads make it worth every penny. Highly recommended!", name: "Emily Rodriguez", role: "Movie Buff", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/professional-portrait-photograph-of-a-yo-1772540339939-de35b03c.png"
},
{
id: "4", title: "Incredible Performance", quote: "The streaming quality is consistently excellent, even on slower connections. The adaptive quality feature ensures smooth playback. Customer support is also fantastic!", name: "David Kim", role: "Tech Professional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/professional-corporate-headshot-of-a-man-1772540339698-4037c661.png"
},
{
id: "5", title: "Always Something New", quote: "EliteStream constantly updates their content library with fresh shows and movies. The recommendation algorithm is spot-on. I always find something amazing to watch!", name: "Jessica Martinez", role: "Series Binge-Watcher", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/professional-headshot-of-a-confident-wom-1772540340007-ac25ad00.png"
},
{
id: "6", title: "Worth Every Penny", quote: "Premium service at a fair price. EliteStream proves you don't need to break the bank for quality entertainment. The exclusive content alone justifies the subscription.", name: "Robert Williams", role: "Digital Consumer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/professional-portrait-of-a-young-man-fri-1772540339917-75539891.png"
}
]}
title="Loved by Millions"
description="See what our satisfied subscribers have to say"
textboxLayout="default"
useInvertedBackground={false}
tag="Customer Reviews"
/>
</div>
<div id="faq" data-section="faq" className="w-full py-20">
<FaqBase
faqs={[
{
id: "1", title: "What devices can I use to stream?", content: "EliteStream is compatible with all major devices including smartphones, tablets, laptops, smart TVs, streaming devices (Roku, Apple TV, Fire Stick), and gaming consoles. You can even stream on up to 4 devices simultaneously with our Premium plan."
},
{
id: "2", title: "Can I download content to watch offline?", content: "Yes! Both Premium and Elite plans include offline download capabilities. You can download movies and shows to your device and watch them without an internet connection. Perfect for travel or commuting."
},
{
id: "3", title: "Is there a free trial available?", content: "Yes, we offer a 7-day free trial with full access to all Premium features. No credit card required to start. Experience all that EliteStream has to offer before committing to a subscription."
},
{
id: "4", title: "Can I share my account with family?", content: "Absolutely! Our Elite plan supports family sharing for up to 6 users. Each family member gets their own profile with personalized recommendations. Basic and Premium plans allow sharing on 1 and 4 devices respectively."
},
{
id: "5", title: "What's the video quality like?", content: "EliteStream offers multiple quality options: Basic plan streams in SD (480p), Premium and Elite plans stream in 4K Ultra HD. Our adaptive streaming technology automatically adjusts quality based on your internet connection for optimal viewing."
},
{
id: "6", title: "Can I cancel anytime?", content: "Yes, there are no long-term contracts. You can cancel your subscription anytime with just a few clicks. Your access continues until the end of your current billing period."
}
]}
title="Frequently Asked Questions"
description="Find answers to common questions about EliteStream"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
tag="Help & Support"
animationType="smooth"
/>
</div>
<div id="footer" data-section="footer" className="relative w-full">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR0SASjGyc31c8JKNEwzF2PHGy/cinematic-streaming-content-background-w-1772540339686-9b9a01d5.png"
imageAlt="Premium streaming cinema background"
logoText="EliteStream"
copyrightText="© 2025 EliteStream. All rights reserved."
columns={[
{
title: "Platform", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Quality", href: "#" },
{ label: "Download App", href: "#" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Press", href: "#" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Status Page", href: "#" }
]
}
]}
/>
</div>
</ThemeProvider>
);
}