From 97685217564f21f461f05d21756c19e01bbfce9a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:44:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2372052..67cddd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,20 +44,20 @@ export default function LandingPage() { title="Stream Without Limits" description="Experience the future of video sharing. NeoStream offers cutting-edge tools, AI-powered discovery, and professional-grade streaming technology." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg", imageAlt: "Stream Interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg", imageAlt: "Creator Dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg", imageAlt: "Stream Interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg", imageAlt: "Creator Dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg", imageAlt: "Stream Interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg", imageAlt: "Creator Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg?_wi=1", imageAlt: "Stream Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg?_wi=1", imageAlt: "Creator Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg?_wi=2", imageAlt: "Stream Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg?_wi=2", imageAlt: "Creator Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg?_wi=3", imageAlt: "Stream Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg?_wi=3", imageAlt: "Creator Dashboard" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg", imageAlt: "Creator Dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg", imageAlt: "Stream Interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg", imageAlt: "Creator Dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg", imageAlt: "Stream Interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg", imageAlt: "Creator Dashboard" }, - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg", imageAlt: "Stream Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg?_wi=4", imageAlt: "Creator Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg?_wi=4", imageAlt: "Stream Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg?_wi=5", imageAlt: "Creator Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg?_wi=5", imageAlt: "Stream Interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/website-design-content-layout-graphic_53876-13764.jpg?_wi=6", imageAlt: "Creator Dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-laptop-while-watching-tv-apartment-office_482257-119744.jpg?_wi=6", imageAlt: "Stream Interface" }, ]} buttons={[{ text: "Start Broadcasting", href: "#contact" }]} avatars={[ -- 2.49.1