From e61475914c4da679b738e809d9ddae4b955b2fdb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:51:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faa1b1e..3d1bdcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="New Era" tagIcon={Zap} tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/rock-band-silhouettes-stage-concert_1204-199.jpg" + imageSrc="http://img.b2bpic.net/free-photo/rock-band-silhouettes-stage-concert_1204-199.jpg?_wi=1" imageAlt="Stage with dynamic lighting" textPosition="bottom-left" showBlur={true} @@ -157,27 +157,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Youth Pastor", company: "City Light Church", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "2", name: "Marcus Williams", role: "Music Producer", company: "Independent Artist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Marcus Williams" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Marcus Williams" }, { id: "3", name: "Emma Rodriguez", role: "College Student", company: "Faith Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Emma Rodriguez" }, { id: "4", name: "David Park", role: "Worship Leader", company: "Covenant Church", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "David Park" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=4", imageAlt: "David Park" }, { id: "5", name: "Jessica Stone", role: "Sound Engineer", company: "Recording Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Jessica Stone" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=5", imageAlt: "Jessica Stone" }, { id: "6", name: "Thomas Bennett", role: "Podcast Host", company: "Faith & Sound", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Thomas Bennett" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=6", imageAlt: "Thomas Bennett" } ]} gridVariant="uniform-all-items-equal" @@ -194,7 +194,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/rock-band-silhouettes-stage-concert_1204-199.jpg" + imageSrc="http://img.b2bpic.net/free-photo/rock-band-silhouettes-stage-concert_1204-199.jpg?_wi=2" imageAlt="Connect with HVZE" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1