From ba3d48effe485a623b95bcf39db228c037283bf9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:15:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 342e48a..c210ed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/girl-with-book_1157-5449.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-with-book_1157-5449.jpg?_wi=1" imageAlt="Digital magazine collection" avatars={[ { @@ -105,7 +105,7 @@ export default function LandingPage() { title: "Published Issues", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-people-having-fun-work-break_23-2149060345.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-people-having-fun-work-break_23-2149060345.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" imageAlt="Editorial team working professional" @@ -128,21 +128,21 @@ export default function LandingPage() { title: "Global Insights", description: "Reporting from across the world with deep local context.", buttonIcon: "Globe", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book_1157-5449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book_1157-5449.jpg?_wi=2", imageAlt: "People coworking in covid restrictions", }, { title: "Digital Access", description: "Read anywhere, on any device, with seamless sync.", buttonIcon: "Smartphone", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-work-break_23-2149060345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-work-break_23-2149060345.jpg?_wi=2", imageAlt: "People coworking in covid restrictions", }, { title: "Exclusive Deals", description: "Subscribers get special access to rare issues.", buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-with-bright-modern-makeup-with-short-hair-with-hat-hand_158538-15053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-with-bright-modern-makeup-with-short-hair-with-hat-hand_158538-15053.jpg?_wi=1", imageAlt: "People coworking in covid restrictions", }, ]} @@ -162,7 +162,7 @@ export default function LandingPage() { id: "1", name: "Fashion Weekly", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-with-bright-modern-makeup-with-short-hair-with-hat-hand_158538-15053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-with-bright-modern-makeup-with-short-hair-with-hat-hand_158538-15053.jpg?_wi=2", }, { id: "2", -- 2.49.1