From ade350d24c9106268f0054bc1377768651569d2d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:38:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f902788..9be53bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivet", handle: "@arivet", testimonial: "Transformative broadcasting tools.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg?_wi=1"}, { name: "Sam Chen", handle: "@schen", testimonial: "A game changer for content.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg?_wi=1"}, { name: "Jordan P", handle: "@jordanp", testimonial: "Unparalleled streaming quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-wear-professional-corporate-concept_53876-71166.jpg"}, @@ -107,7 +107,7 @@ export default function LandingPage() { features={[ { title: "Adaptive Streaming", description: "Our intelligent streaming engine ensures perfect quality on any device.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg", imageAlt: "Adaptive streaming visualization"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg?_wi=1", imageAlt: "Adaptive streaming visualization"}, items: [ { text: "Real-time encoding", icon: Zap, @@ -120,7 +120,7 @@ export default function LandingPage() { }, { title: "Unified Analytics", description: "Gain deep insights into viewer behavior and optimize your production strategy.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg", imageAlt: "Unified analytics dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg?_wi=2", imageAlt: "Unified analytics dashboard"}, items: [ { text: "Audience retention", icon: BarChart, @@ -133,7 +133,7 @@ export default function LandingPage() { }, { title: "Seamless Integration", description: "Connect easily with all major social platforms and content delivery networks.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg", imageAlt: "Seamless integration interface"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg?_wi=3", imageAlt: "Seamless integration interface"}, items: [ { text: "One-click publishing", icon: Share2, @@ -188,9 +188,9 @@ export default function LandingPage() { description="Our team of experts is committed to transforming how the world consumes digital media." members={[ { - id: "1", name: "Sarah Jenkins", role: "CEO", description: "Tech visionary with 15 years in digital broadcasting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg"}, + id: "1", name: "Sarah Jenkins", role: "CEO", description: "Tech visionary with 15 years in digital broadcasting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg?_wi=2"}, { - id: "2", name: "Mark Volas", role: "Head of Engineering", description: "Building scalable infrastructure for global audiences.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg"}, + id: "2", name: "Mark Volas", role: "Head of Engineering", description: "Building scalable infrastructure for global audiences.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg?_wi=2"}, ]} /> -- 2.49.1