Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clapperboard-near-red-cloth_23-2147698848.jpg?_wi=1",
|
||||
imageAlt: "movie hero banner cinematic",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-futuristic-mystical-other-worldly-sky_23-2150946926.jpg?_wi=1",
|
||||
imageAlt: "movie hero banner cinematic",
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/journey-planet-mars-concept_23-2150063213.jpg?_wi=1",
|
||||
imageAlt: "movie hero banner cinematic",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/door-stretching-into-fantasy-world_23-2151661339.jpg?_wi=1",
|
||||
imageAlt: "movie hero banner cinematic",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588376.jpg?_wi=1",
|
||||
imageAlt: "movie hero banner cinematic",
|
||||
},
|
||||
]}
|
||||
@@ -106,7 +106,7 @@ export default function LandingPage() {
|
||||
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={[
|
||||
@@ -172,25 +172,25 @@ export default function LandingPage() {
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588376.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
|
||||
Reference in New Issue
Block a user