From c43cc635952cd6f1c72033a0e0f22f3171fd09a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:59:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a241d8..af6276a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivera", handle: "Music Curator", testimonial: "Finally, a magazine that understands the soul of 80s aesthetics.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "Jordan Lee", handle: "Artist & Painter", testimonial: "Chromatic captures the essence of contemporary creative culture perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { name: "Sam Chen", handle: "Cultural Critic", testimonial: "The minimalist approach makes every article shine with clarity and impact.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, ]} buttons={[ { text: "Read Latest", href: "#blog" }, @@ -78,7 +78,7 @@ export default function LandingPage() { { value: "500+", title: "Articles Published" }, { value: "50K+", title: "Creative Community" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg?_wi=1" imageAlt="CHROMATIC Editorial Team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -155,16 +155,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Morgan Elliott", role: "Jazz Pianist", company: "Independent Artist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, { id: "2", name: "Taylor Chen", role: "Visual Artist", company: "Contemporary Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"}, { id: "3", name: "Riley Johnson", role: "Music Producer", company: "Independent Label", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"}, { id: "4", name: "Skyler Brown", role: "Cultural Critic", company: "Arts Journal", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"}, ]} gridVariant="uniform-all-items-equal" animationType="blur-reveal" @@ -186,7 +186,7 @@ export default function LandingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-reading-newspaper-full-shot_23-2149887865.jpg?_wi=2" imageAlt="Subscribe to CHROMATIC" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1