Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-30 19:34:00 +00:00

View File

@@ -13,7 +13,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Bell, Film, Music, Newspaper, PlayCircle, Sparkles, Star, Tv, User, Wifi } from "lucide-react"; import { Award, Baby, Bell, Clapperboard, Film, Football, Gamepad, Music, Newspaper, PlayCircle, Sparkles, Star, Tv, User, Wifi } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -34,33 +34,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Packages", name: "Packages", id: "#packages"},
id: "#packages",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="StreamFLIX" brandName="StreamFLIX"
/> />
@@ -72,15 +58,11 @@ export default function LandingPage() {
description="Your ultimate destination for live TV, movies, and series on demand. Experience crystal-clear quality and endless entertainment." description="Your ultimate destination for live TV, movies, and series on demand. Experience crystal-clear quality and endless entertainment."
buttons={[ buttons={[
{ {
text: "Start Free Trial", text: "Start Free Trial", href: "#pricing"},
href: "#pricing",
},
{ {
text: "View Packages", text: "View Packages", href: "#packages"},
href: "#packages",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/investors-reading-solar-panels-factory-paperwork-online-videocall_482257-125985.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/investors-reading-solar-panels-factory-paperwork-online-videocall_482257-125985.jpg"
imageAlt="Futuristic IPTV streaming interface" imageAlt="Futuristic IPTV streaming interface"
/> />
</div> </div>
@@ -93,7 +75,7 @@ export default function LandingPage() {
description="StreamFLIX brings you an unparalleled entertainment experience with a vast library of channels, on-demand content, and premium features." description="StreamFLIX brings you an unparalleled entertainment experience with a vast library of channels, on-demand content, and premium features."
subdescription="Enjoy seamless streaming across all your devices, anytime, anywhere. No contracts, no hidden fees, just pure entertainment." subdescription="Enjoy seamless streaming across all your devices, anytime, anywhere. No contracts, no hidden fees, just pure entertainment."
icon={Sparkles} icon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/happy-man-holding-remote-control-chatting-smartphone_482257-126615.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/happy-man-holding-remote-control-chatting-smartphone_482257-126615.jpg"
imageAlt="Family watching IPTV in modern living room" imageAlt="Family watching IPTV in modern living room"
mediaAnimation="opacity" mediaAnimation="opacity"
/> />
@@ -106,77 +88,49 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Live TV & On-Demand", title: "Live TV & On-Demand", description: "Access thousands of live channels and a massive library of movies and series.", bentoComponent: "reveal-icon", icon: Tv
description: "Access thousands of live channels and a massive library of movies and series.",
bentoComponent: "reveal-icon",
icon: Tv,
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-evernote-icon_53876-65418.jpg",
imageAlt: "modern TV icon blue screen",
}, },
{ {
title: "24/7 Support", title: "24/7 Support", description: "Our AI-powered chatbot and human agents are ready to assist you anytime.", bentoComponent: "chat", aiIcon: Star,
description: "Our AI-powered chatbot and human agents are ready to assist you anytime.",
bentoComponent: "chat",
aiIcon: Star,
userIcon: User, userIcon: User,
exchanges: [ exchanges: [
{ {
userMessage: "My stream is buffering.", userMessage: "My stream is buffering.", aiResponse: "Please check your internet connection. We can also suggest optimizing stream quality settings."},
aiResponse: "Please check your internet connection. We can also suggest optimizing stream quality settings.",
},
{ {
userMessage: "How do I add a new device?", userMessage: "How do I add a new device?", aiResponse: "You can add new devices from your account settings under 'Manage Devices'."},
aiResponse: "You can add new devices from your account settings under 'Manage Devices'.",
},
], ],
placeholder: "Ask us anything...", placeholder: "Ask us anything..."
imageSrc: "http://img.b2bpic.net/free-photo/investors-reading-solar-panels-factory-paperwork-online-videocall_482257-125985.jpg?_wi=2",
imageAlt: "modern TV icon blue screen",
}, },
{ {
title: "Multi-Device Streaming", title: "Multi-Device Streaming", description: "Watch on your phone, tablet, smart TV, or computer with seamless synchronization.", bentoComponent: "phone", statusIcon: Wifi,
description: "Watch on your phone, tablet, smart TV, or computer with seamless synchronization.",
bentoComponent: "phone",
statusIcon: Wifi,
alertIcon: Bell, alertIcon: Bell,
alertTitle: "New Show Alert!", alertTitle: "New Show Alert!", alertMessage: "Start watching 'The Digital Frontier' now.", apps: [
alertMessage: "Start watching 'The Digital Frontier' now.",
apps: [
{ {
name: "StreamFLIX", name: "StreamFLIX", icon: PlayCircle,
icon: PlayCircle,
}, },
{ {
name: "Sports", name: "Sports", icon: Football,
icon: Football,
}, },
{ {
name: "News", name: "News", icon: Newspaper,
icon: Newspaper,
}, },
{ {
name: "Kids", name: "Kids", icon: Baby,
icon: Baby,
}, },
{ {
name: "Movies", name: "Movies", icon: Film,
icon: Film,
}, },
{ {
name: "Series", name: "Series", icon: Clapperboard,
icon: Clapperboard,
}, },
{ {
name: "Music", name: "Music", icon: Music,
icon: Music,
}, },
{ {
name: "Gaming", name: "Gaming", icon: Gamepad,
icon: Gamepad,
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-remote-control-chatting-smartphone_482257-126615.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-holding-remote-control-chatting-smartphone_482257-126615.jpg", imageAlt: "modern TV icon blue screen"
imageAlt: "modern TV icon blue screen",
}, },
]} ]}
title="Unlock Limitless Entertainment" title="Unlock Limitless Entertainment"
@@ -193,47 +147,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "essential-package", id: "essential-package", name: "Essential Stream", price: "$15.99/month", imageSrc: "http://img.b2bpic.net/free-photo/nervous-players-couple-losing-online-videogames-competition-using-powerful-computer-screaming-each-other-streamer-gamer-playing-video-games-with-rgb-keyboard-performing-gaming-turnament_482257-12623.jpg", imageAlt: "Essential Stream IPTV package with diverse content"},
name: "Essential Stream",
price: "$15.99/month",
imageSrc: "http://img.b2bpic.net/free-photo/nervous-players-couple-losing-online-videogames-competition-using-powerful-computer-screaming-each-other-streamer-gamer-playing-video-games-with-rgb-keyboard-performing-gaming-turnament_482257-12623.jpg",
imageAlt: "Essential Stream IPTV package with diverse content",
},
{ {
id: "family-package", id: "family-package", name: "Family Fun", price: "$24.99/month", imageSrc: "http://img.b2bpic.net/free-photo/mom-watching-television-with-her-children_23-2149364011.jpg", imageAlt: "Family Fun IPTV package with kids shows and parental control"},
name: "Family Fun",
price: "$24.99/month",
imageSrc: "http://img.b2bpic.net/free-photo/mom-watching-television-with-her-children_23-2149364011.jpg",
imageAlt: "Family Fun IPTV package with kids shows and parental control",
},
{ {
id: "sports-package", id: "sports-package", name: "Sports Fanatic", price: "$29.99/month", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16805.jpg", imageAlt: "Sports Fanatic IPTV package with live sports action"},
name: "Sports Fanatic",
price: "$29.99/month",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16805.jpg",
imageAlt: "Sports Fanatic IPTV package with live sports action",
},
{ {
id: "movie-package", id: "movie-package", name: "Movie Buff", price: "$27.99/month", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-vr-glasses-outside_23-2147768015.jpg", imageAlt: "Movie Buff IPTV package with cinematic scenes"},
name: "Movie Buff",
price: "$27.99/month",
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-vr-glasses-outside_23-2147768015.jpg",
imageAlt: "Movie Buff IPTV package with cinematic scenes",
},
{ {
id: "international-package", id: "international-package", name: "Global Viewer", price: "$34.99/month", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-watching-sports-together_23-2150251739.jpg", imageAlt: "Global Viewer IPTV package with international channels"},
name: "Global Viewer",
price: "$34.99/month",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-watching-sports-together_23-2150251739.jpg",
imageAlt: "Global Viewer IPTV package with international channels",
},
{ {
id: "ultimate-package", id: "ultimate-package", name: "Ultimate Stream", price: "$49.99/month", imageSrc: "http://img.b2bpic.net/free-photo/traveler-uses-virtual-reality-technology_482257-76701.jpg", imageAlt: "Ultimate Stream IPTV package with comprehensive content and 4K quality"},
name: "Ultimate Stream",
price: "$49.99/month",
imageSrc: "http://img.b2bpic.net/free-photo/traveler-uses-virtual-reality-technology_482257-76701.jpg",
imageAlt: "Ultimate Stream IPTV package with comprehensive content and 4K quality",
},
]} ]}
title="Tailored Entertainment Bundles" title="Tailored Entertainment Bundles"
description="Choose from our expertly curated packages designed to fit every viewer's preference. Get access to exclusive content and premium channels." description="Choose from our expertly curated packages designed to fit every viewer's preference. Get access to exclusive content and premium channels."
@@ -248,59 +172,30 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic-plan", id: "basic-plan", name: "Basic", price: "$15.99", badge: "Popular", badgeIcon: Star,
name: "Basic",
price: "$15.99",
badge: "Popular",
badgeIcon: Star,
buttons: [ buttons: [
{ {
text: "Get Started", text: "Get Started"},
},
], ],
features: [ features: [
"200+ Live Channels", "200+ Live Channels", "HD Quality Streaming", "On-Demand Movies", "Standard Support"],
"HD Quality Streaming",
"On-Demand Movies",
"Standard Support",
],
}, },
{ {
id: "premium-plan", id: "premium-plan", name: "Premium", price: "$29.99", badge: "Best Value", badgeIcon: Award,
name: "Premium",
price: "$29.99",
badge: "Best Value",
badgeIcon: Award,
buttons: [ buttons: [
{ {
text: "Choose Premium", text: "Choose Premium"},
},
], ],
features: [ features: [
"500+ Live Channels", "500+ Live Channels", "Full HD & 4K Streaming", "Extensive VOD Library", "Priority Support", "Multi-Device Access"],
"Full HD & 4K Streaming",
"Extensive VOD Library",
"Priority Support",
"Multi-Device Access",
],
}, },
{ {
id: "ultimate-plan", id: "ultimate-plan", name: "Ultimate", price: "$49.99", buttons: [
name: "Ultimate",
price: "$49.99",
buttons: [
{ {
text: "Go Ultimate", text: "Go Ultimate"},
},
], ],
features: [ features: [
"1000+ Live Channels", "1000+ Live Channels", "Ultimate HD & 4K Streaming", "All VOD Content Unlocked", "24/7 Dedicated Support", "Up to 5 Devices Simultaneously", "Premium Sports & Movies"],
"Ultimate HD & 4K Streaming",
"All VOD Content Unlocked",
"24/7 Dedicated Support",
"Up to 5 Devices Simultaneously",
"Premium Sports & Movies",
],
}, },
]} ]}
title="Simple Plans, Great Value" title="Simple Plans, Great Value"
@@ -316,29 +211,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "metric-1", id: "metric-1", value: "1000+", title: "Channels", description: "A diverse selection of live TV channels from around the globe.", imageSrc: "http://img.b2bpic.net/free-photo/book-icon-left-side_187299-39432.jpg", imageAlt: "Icon representing numerous TV channels"},
value: "1000+",
title: "Channels",
description: "A diverse selection of live TV channels from around the globe.",
imageSrc: "http://img.b2bpic.net/free-photo/book-icon-left-side_187299-39432.jpg",
imageAlt: "Icon representing numerous TV channels",
},
{ {
id: "metric-2", id: "metric-2", value: "200K+", title: "Happy Users", description: "Thousands of satisfied customers enjoying reliable, high-quality streaming.", imageSrc: "http://img.b2bpic.net/free-vector/social-media-background-with-flat-design_23-2147834375.jpg", imageAlt: "Icon representing a large user base"},
value: "200K+",
title: "Happy Users",
description: "Thousands of satisfied customers enjoying reliable, high-quality streaming.",
imageSrc: "http://img.b2bpic.net/free-vector/social-media-background-with-flat-design_23-2147834375.jpg",
imageAlt: "Icon representing a large user base",
},
{ {
id: "metric-3", id: "metric-3", value: "99.9%", title: "Uptime", description: "Consistent, uninterrupted streaming service with minimal downtime.", imageSrc: "http://img.b2bpic.net/free-photo/vimeo-icon-line-connection-circuit-board_1379-895.jpg", imageAlt: "Icon representing high server uptime"},
value: "99.9%",
title: "Uptime",
description: "Consistent, uninterrupted streaming service with minimal downtime.",
imageSrc: "http://img.b2bpic.net/free-photo/vimeo-icon-line-connection-circuit-board_1379-895.jpg",
imageAlt: "Icon representing high server uptime",
},
]} ]}
title="Delivering Excellence Worldwide" title="Delivering Excellence Worldwide"
description="Join thousands of satisfied customers enjoying a seamless and high-quality streaming experience every day." description="Join thousands of satisfied customers enjoying a seamless and high-quality streaming experience every day."
@@ -351,35 +228,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing-outdoors_23-2148618856.jpg", imageAlt: "Sarah Johnson, satisfied customer"},
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-posing-outdoors_23-2148618856.jpg",
imageAlt: "Sarah Johnson, satisfied customer",
},
{ {
id: "2", id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/two-white-cups-with-inscription_169016-3272.jpg", imageAlt: "Michael Chen, satisfied customer"},
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/two-white-cups-with-inscription_169016-3272.jpg",
imageAlt: "Michael Chen, satisfied customer",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133786.jpg", imageAlt: "Emily Rodriguez, satisfied customer"},
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133786.jpg",
imageAlt: "Emily Rodriguez, satisfied customer",
},
{ {
id: "4", id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-posing-fastening-jacket-beige-wall_176420-143.jpg", imageAlt: "David Kim, satisfied customer"},
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-posing-fastening-jacket-beige-wall_176420-143.jpg",
imageAlt: "David Kim, satisfied customer",
},
{ {
id: "5", id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-bun-wearing-black-blazer_114579-17047.jpg", imageAlt: "Jessica Lee, satisfied customer"},
name: "Jessica Lee",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-bun-wearing-black-blazer_114579-17047.jpg",
imageAlt: "Jessica Lee, satisfied customer",
},
]} ]}
cardTitle="What Our Customers Say" cardTitle="What Our Customers Say"
cardTag="Trusted Reviews" cardTag="Trusted Reviews"
@@ -392,20 +249,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq-1", id: "faq-1", title: "What devices can I use to watch StreamFLIX?", content: "StreamFLIX is compatible with a wide range of devices including Smart TVs, smartphones, tablets, computers, and streaming boxes like Android TV, Amazon Fire Stick, and Apple TV."},
title: "What devices can I use to watch StreamFLIX?",
content: "StreamFLIX is compatible with a wide range of devices including Smart TVs, smartphones, tablets, computers, and streaming boxes like Android TV, Amazon Fire Stick, and Apple TV.",
},
{ {
id: "faq-2", id: "faq-2", title: "Is a free trial available?", content: "Yes, we offer a 7-day free trial for new users. You can sign up without any upfront payment and enjoy all the features of our Premium plan."},
title: "Is a free trial available?",
content: "Yes, we offer a 7-day free trial for new users. You can sign up without any upfront payment and enjoy all the features of our Premium plan.",
},
{ {
id: "faq-3", id: "faq-3", title: "How do I cancel my subscription?", content: "You can easily cancel your subscription at any time through your account settings on our website. There are no hidden fees or cancellation charges."},
title: "How do I cancel my subscription?",
content: "You can easily cancel your subscription at any time through your account settings on our website. There are no hidden fees or cancellation charges.",
},
]} ]}
sideTitle="Your Questions, Answered" sideTitle="Your Questions, Answered"
sideDescription="Browse through our frequently asked questions to quickly find solutions and understand our service better." sideDescription="Browse through our frequently asked questions to quickly find solutions and understand our service better."
@@ -417,8 +265,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Ready to Start Streaming?" title="Ready to Start Streaming?"
description="Sign up for our newsletter to get the latest updates, special offers, and new content alerts directly to your inbox." description="Sign up for our newsletter to get the latest updates, special offers, and new content alerts directly to your inbox."
@@ -434,49 +281,31 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Features", label: "Features", href: "#features"},
href: "#features",
},
{ {
label: "Packages", label: "Packages", href: "#packages"},
href: "#packages",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Pricing", label: "Pricing", href: "#pricing"},
href: "#pricing",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}