Update src/app/page.tsx
This commit is contained in:
@@ -49,11 +49,11 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-couch-using-remote-control_482257-120702.jpg", imageAlt: "Movie streaming entertainment"},
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-couch-using-remote-control_482257-120702.jpg?_wi=1", imageAlt: "Movie streaming entertainment"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg", imageAlt: "Series and TV shows streaming"},
|
imageSrc: "http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg?_wi=1", imageAlt: "Series and TV shows streaming"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-with-map-inside-car-going-road-trip-together_23-2148783429.jpg", imageAlt: "Action packed cinema content"},
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-with-map-inside-car-going-road-trip-together_23-2148783429.jpg?_wi=1", imageAlt: "Action packed cinema content"},
|
||||||
]}
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "movie-2", name: "Neon Nights", price: "Free", variant: "Thriller · 2024", imageSrc: "http://img.b2bpic.net/free-photo/couple-cinema_23-2148115414.jpg", imageAlt: "Neon Nights"},
|
id: "movie-2", name: "Neon Nights", price: "Free", variant: "Thriller · 2024", imageSrc: "http://img.b2bpic.net/free-photo/couple-cinema_23-2148115414.jpg", imageAlt: "Neon Nights"},
|
||||||
{
|
{
|
||||||
id: "movie-3", name: "Shadow Protocol", price: "Free", variant: "Action · 2024", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-with-map-inside-car-going-road-trip-together_23-2148783429.jpg", imageAlt: "Shadow Protocol"},
|
id: "movie-3", name: "Shadow Protocol", price: "Free", variant: "Action · 2024", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-with-map-inside-car-going-road-trip-together_23-2148783429.jpg?_wi=2", imageAlt: "Shadow Protocol"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -92,11 +92,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "The Last Haven", description: "A gripping sci-fi series about survival on a distant planet. 3 seasons available.", imageSrc: "http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg", imageAlt: "The Last Haven series poster"},
|
title: "The Last Haven", description: "A gripping sci-fi series about survival on a distant planet. 3 seasons available.", imageSrc: "http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg?_wi=2", imageAlt: "The Last Haven series poster"},
|
||||||
{
|
{
|
||||||
title: "City Chronicles", description: "Urban drama following interconnected lives in a sprawling metropolis. 4 seasons.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-user-addicted-by-social-media-content-consumption_482257-126599.jpg", imageAlt: "City Chronicles series poster"},
|
title: "City Chronicles", description: "Urban drama following interconnected lives in a sprawling metropolis. 4 seasons.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-user-addicted-by-social-media-content-consumption_482257-126599.jpg", imageAlt: "City Chronicles series poster"},
|
||||||
{
|
{
|
||||||
title: "Mystery Manor", description: "A supernatural mystery series filled with twists and turns. 2 seasons complete.", imageSrc: "http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg", imageAlt: "Mystery Manor series poster"},
|
title: "Mystery Manor", description: "A supernatural mystery series filled with twists and turns. 2 seasons complete.", imageSrc: "http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg?_wi=3", imageAlt: "Mystery Manor series poster"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -136,7 +136,7 @@ export default function LandingPage() {
|
|||||||
description="Find exactly what you're looking for. Our intelligent categorization system makes it easy to discover movies and series based on your preferences, mood, and interests."
|
description="Find exactly what you're looking for. Our intelligent categorization system makes it easy to discover movies and series based on your preferences, mood, and interests."
|
||||||
tag="Content Discovery"
|
tag="Content Discovery"
|
||||||
buttons={[{ text: "Explore Categories", href: "#" }]}
|
buttons={[{ text: "Explore Categories", href: "#" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-couch-using-remote-control_482257-120702.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-couch-using-remote-control_482257-120702.jpg?_wi=2"
|
||||||
imageAlt="Browse entertainment categories"
|
imageAlt="Browse entertainment categories"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
@@ -151,13 +151,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Sarah Johnson"},
|
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Michael Chen"},
|
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||||
{
|
{
|
||||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Emily Rodriguez"},
|
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=3", imageAlt: "Emily Rodriguez"},
|
||||||
{
|
{
|
||||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "David Kim"},
|
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=4", imageAlt: "David Kim"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Bell}
|
tagIcon={Bell}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/group-mixed-race-friends-relaxing-sofa-while-watching-entertainment-movie-television-laught_482257-3374.jpg?_wi=4"
|
||||||
imageAlt="Newsletter signup entertainment"
|
imageAlt="Newsletter signup entertainment"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user