From 0ae8a8871536fc2f0e415e80bbd96ad3e015cd52 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:14:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b38bbd4..0c74435 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Stream Cinema Anywhere" description="Experience blockbuster movies and exclusive series in stunning cinematic quality, right from the comfort of your home." buttons={[{ text: "Start Watching", href: "#featured" }]} - imageSrc="http://img.b2bpic.net/free-photo/man-home-watching-interesting-movie-tv_482257-119571.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-home-watching-interesting-movie-tv_482257-119571.jpg?_wi=1" /> @@ -58,7 +58,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "1", brand: "Sci-Fi", name: "Neon Horizon", price: "2024", rating: 5, reviewCount: "1.2M", imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118162.jpg" }, + { id: "1", brand: "Sci-Fi", name: "Neon Horizon", price: "2024", rating: 5, reviewCount: "1.2M", imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118162.jpg?_wi=1" }, { id: "2", brand: "Mystery", name: "The Silent Echo", price: "2023", rating: 4, reviewCount: "890K", imageSrc: "http://img.b2bpic.net/free-photo/spooky-scene-with-man-floating-outside_23-2149758911.jpg" }, { id: "3", brand: "Thriller", name: "Dark Corridor", price: "2024", rating: 5, reviewCount: "2.1M", imageSrc: "http://img.b2bpic.net/free-photo/dictatorship-concept-with-microphone_23-2149672838.jpg" }, { id: "4", brand: "Adventure", name: "Lone Voyager", price: "2022", rating: 4, reviewCount: "540K", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-man-foggy-day_1160-328.jpg" }, @@ -77,8 +77,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "Ultra HD Streaming", descriptions: ["Enjoy content in pristine 4K resolution with HDR support."], imageSrc: "http://img.b2bpic.net/free-photo/led-screen-with-flags-world-countries_140725-8327.jpg" }, - { id: "f2", title: "Offline Mode", descriptions: ["Download your favorites and watch them anywhere, anytime without internet."], imageSrc: "http://img.b2bpic.net/free-photo/man-home-watching-interesting-movie-tv_482257-119571.jpg" }, - { id: "f3", title: "Multi-Device Sync", descriptions: ["Resume exactly where you left off on any of your devices, seamlessly."], imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118162.jpg" } + { id: "f2", title: "Offline Mode", descriptions: ["Download your favorites and watch them anywhere, anytime without internet."], imageSrc: "http://img.b2bpic.net/free-photo/man-home-watching-interesting-movie-tv_482257-119571.jpg?_wi=2" }, + { id: "f3", title: "Multi-Device Sync", descriptions: ["Resume exactly where you left off on any of your devices, seamlessly."], imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-with-light-effects_23-2151118162.jpg?_wi=2" } ]} title="What Makes Us Different" description="Our platform combines top-tier technology with a user-centric design to elevate your entertainment experience." -- 2.49.1