From 27e10e36249f53d7ce94619716df179a6d901263 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 21:42:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 100e1b0..82527a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,19 +45,19 @@ export default function LandingPage() { testimonials={[ { name: "StreamMaster Pro", handle: "@streammaster", testimonial: "Respect Streams revolutionized how I discover new content. The 3D interface makes browsing streamer cards absolutely engaging.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast" + imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=1", imageAlt: "professional streamer portrait broadcast" }, { name: "Creator Elite", handle: "@creatorelite", testimonial: "The real-time viewer counts and audio feedback make this platform feel incredibly responsive and premium.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg", imageAlt: "streamer profile avatar gaming talent" + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg?_wi=1", imageAlt: "streamer profile avatar gaming talent" }, { name: "Content King", handle: "@contentking", testimonial: "Finally a platform that respects both streamers and viewers. The micro-interactions are mind-blowing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg", imageAlt: "professional streamer headshot quality" + imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg?_wi=1", imageAlt: "professional streamer headshot quality" }, { name: "Broadcast Queen", handle: "@broadcastqueen", testimonial: "The sidebar navigation is intuitive and the 3D hover effects add so much visual appeal to my browsing experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast" + imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=2", imageAlt: "professional streamer portrait broadcast" } ]} tag="Premium Streaming Experience" @@ -80,27 +80,27 @@ export default function LandingPage() { products={[ { id: "streamer-001", brand: "Gaming Masters", name: "Pro Gamer Stream", price: "2.4K Viewers", rating: 5, - reviewCount: "1.2K followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast" + reviewCount: "1.2K followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=3", imageAlt: "professional streamer portrait broadcast" }, { id: "streamer-002", brand: "Creative Minds", name: "Art & Design Stream", price: "1.8K Viewers", rating: 5, - reviewCount: "890 followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg", imageAlt: "streamer profile avatar gaming talent" + reviewCount: "890 followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg?_wi=2", imageAlt: "streamer profile avatar gaming talent" }, { id: "streamer-003", brand: "Entertainment Plus", name: "Talk Show Live", price: "3.2K Viewers", rating: 5, - reviewCount: "2.1K followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg", imageAlt: "professional streamer headshot quality" + reviewCount: "2.1K followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg?_wi=2", imageAlt: "professional streamer headshot quality" }, { id: "streamer-004", brand: "Tech Innovators", name: "Code & Build", price: "950 Viewers", rating: 4.8, - reviewCount: "567 followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg", imageAlt: "professional streamer portrait broadcast" + reviewCount: "567 followers", imageSrc: "http://img.b2bpic.net/free-photo/happy-influencer-sitting-coffee-table-with-microphone-mini-house-plants_482257-115416.jpg?_wi=4", imageAlt: "professional streamer portrait broadcast" }, { id: "streamer-005", brand: "Music Vibes", name: "Live DJ Mix", price: "2.7K Viewers", rating: 5, - reviewCount: "1.5K followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg", imageAlt: "streamer profile avatar gaming talent" + reviewCount: "1.5K followers", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-ninja-digital-art_23-2151234816.jpg?_wi=3", imageAlt: "streamer profile avatar gaming talent" }, { id: "streamer-006", brand: "Fitness First", name: "Workout Challenge", price: "1.3K Viewers", rating: 4.9, - reviewCount: "723 followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg", imageAlt: "professional streamer headshot quality" + reviewCount: "723 followers", imageSrc: "http://img.b2bpic.net/free-photo/online-sport-fitness-instructor-recording-her-session_23-2149204400.jpg?_wi=3", imageAlt: "professional streamer headshot quality" } ]} gridVariant="three-columns-all-equal-width"