Update src/app/page.tsx

This commit is contained in:
2026-05-19 21:22:47 +00:00
parent 5f02f1aca3
commit 722365d0f5

View File

@@ -45,14 +45,14 @@ export default function LandingPage() {
title="Discover and Stream Your Favorite Content"
description="StreameX offers a vast collection of entertainment, from blockbuster movies to high-quality anime, all available for free. Join the future of streaming."
testimonials={[
{ name: "Alex R.", handle: "@alexstreams", testimonial: "The best platform for high-quality streaming!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/clapperboard-near-red-cloth_23-2147698848.jpg", imageAlt: "movie hero banner cinematic" },
{ name: "Sarah J.", handle: "@sarahmovies", testimonial: "Vast library and zero lag. Love it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-looking-futuristic-mystical-other-worldly-sky_23-2150946926.jpg", imageAlt: "movie hero banner cinematic" },
{ name: "Mark D.", handle: "@markd_reviews", testimonial: "StreameX has everything I need.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/journey-planet-mars-concept_23-2150063213.jpg", imageAlt: "movie hero banner cinematic" },
{ name: "Emily K.", handle: "@emilywatch", testimonial: "Amazing UI and fast streaming speeds.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/door-stretching-into-fantasy-world_23-2151661339.jpg", imageAlt: "movie hero banner cinematic" },
{ name: "Chris B.", handle: "@chrisfilm", testimonial: "Truly the gold standard for free TV.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588376.jpg", imageAlt: "movie hero banner cinematic" }
{ name: "Alex R.", handle: "@alexstreams", testimonial: "The best platform for high-quality streaming!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/clapperboard-near-red-cloth_23-2147698848.jpg?_wi=1", imageAlt: "movie hero banner cinematic" },
{ name: "Sarah J.", handle: "@sarahmovies", testimonial: "Vast library and zero lag. Love it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-looking-futuristic-mystical-other-worldly-sky_23-2150946926.jpg?_wi=1", imageAlt: "movie hero banner cinematic" },
{ name: "Mark D.", handle: "@markd_reviews", testimonial: "StreameX has everything I need.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/journey-planet-mars-concept_23-2150063213.jpg?_wi=1", imageAlt: "movie hero banner cinematic" },
{ name: "Emily K.", handle: "@emilywatch", testimonial: "Amazing UI and fast streaming speeds.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/door-stretching-into-fantasy-world_23-2151661339.jpg?_wi=1", imageAlt: "movie hero banner cinematic" },
{ name: "Chris B.", handle: "@chrisfilm", testimonial: "Truly the gold standard for free TV.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588376.jpg?_wi=1", imageAlt: "movie hero banner cinematic" }
]}
buttons={[{ text: "Start Watching", href: "#trending-movies" }]}
imageSrc="http://img.b2bpic.net/free-photo/clapperboard-near-red-cloth_23-2147698848.jpg"
imageSrc="http://img.b2bpic.net/free-photo/clapperboard-near-red-cloth_23-2147698848.jpg?_wi=2"
imageAlt="movie hero banner cinematic"
mediaAnimation="blur-reveal"
avatars={[
@@ -79,10 +79,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "The Punisher: One Last Kill", price: "2026", imageSrc: "http://img.b2bpic.net/free-photo/person-looking-futuristic-mystical-other-worldly-sky_23-2150946926.jpg" },
{ id: "p2", name: "Project Hail Mary", price: "2026", imageSrc: "http://img.b2bpic.net/free-photo/journey-planet-mars-concept_23-2150063213.jpg" },
{ id: "p3", name: "The Mummy", price: "2026", imageSrc: "http://img.b2bpic.net/free-photo/door-stretching-into-fantasy-world_23-2151661339.jpg" },
{ id: "p4", name: "The Boys", price: "2019", imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588376.jpg" },
{ id: "p1", name: "The Punisher: One Last Kill", price: "2026", imageSrc: "http://img.b2bpic.net/free-photo/person-looking-futuristic-mystical-other-worldly-sky_23-2150946926.jpg?_wi=2" },
{ id: "p2", name: "Project Hail Mary", price: "2026", imageSrc: "http://img.b2bpic.net/free-photo/journey-planet-mars-concept_23-2150063213.jpg?_wi=2" },
{ id: "p3", name: "The Mummy", price: "2026", imageSrc: "http://img.b2bpic.net/free-photo/door-stretching-into-fantasy-world_23-2151661339.jpg?_wi=2" },
{ id: "p4", name: "The Boys", price: "2019", imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588376.jpg?_wi=2" },
{ id: "p5", name: "One Piece", price: "2025", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-boy-girl-couple_23-2151451571.jpg" },
{ id: "p6", name: "FROM", price: "2026", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359763.jpg" }
]}