From f7ae9876302ba1acfee0e33577fc2f73715671c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:04:56 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0ee0fc6..efbbe49 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { tag="Our Story" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg?_wi=2" imageAlt="ProdFound mission and vision" buttons={[ { @@ -100,7 +100,7 @@ export default function AboutPage() { tag="Our Process" tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg?_wi=2" imageAlt="Product discovery and curation process" mediaAnimation="slide-up" mediaPosition="right" @@ -127,13 +127,13 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Product Designer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Chen profile photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Sarah Chen profile photo"}, { id: "2", name: "Marcus Johnson", role: "Entrepreneur", company: "Small Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", imageAlt: "Marcus Johnson profile photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg?_wi=2", imageAlt: "Marcus Johnson profile photo"}, { id: "3", name: "Emma Rodriguez", role: "Creative Director", company: "Design Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-brunette-glasses-street-with-interesting-architecture-background_613910-14022.jpg", imageAlt: "Emma Rodriguez profile photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-brunette-glasses-street-with-interesting-architecture-background_613910-14022.jpg?_wi=2", imageAlt: "Emma Rodriguez profile photo"}, ]} title="What Our Community Says" description="Real stories from users who've discovered amazing products through ProdFound" -- 2.49.1 From b148238f869f6890d1b8a901f94378e0194809c3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:04:56 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfdb6f7..94ca690 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { tag="Welcome to ProdFound" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg?_wi=1" imageAlt="Featured innovative products display" buttons={[ { @@ -94,7 +94,7 @@ export default function HomePage() { tag="Categories" tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg?_wi=1" imageAlt="Product category showcase" mediaAnimation="slide-up" mediaPosition="right" @@ -161,13 +161,13 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Product Designer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Chen profile photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Chen profile photo"}, { id: "2", name: "Marcus Johnson", role: "Entrepreneur", company: "Small Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", imageAlt: "Marcus Johnson profile photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg?_wi=1", imageAlt: "Marcus Johnson profile photo"}, { id: "3", name: "Emma Rodriguez", role: "Creative Director", company: "Design Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-brunette-glasses-street-with-interesting-architecture-background_613910-14022.jpg", imageAlt: "Emma Rodriguez profile photo"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-brunette-glasses-street-with-interesting-architecture-background_613910-14022.jpg?_wi=1", imageAlt: "Emma Rodriguez profile photo"}, { id: "4", name: "David Kim", role: "Home Enthusiast", company: "Interior Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-business-style-luxury-concept-picture-successful-young-european-bearded-man-wearing-expensive-wrist-watch-elegant-suit-relaxing-modern-luxurious-living-room-couch_343059-1777.jpg", imageAlt: "David Kim profile photo"}, -- 2.49.1 From 7fea322d7f0dedf17bd3dc3452278b7b482440f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:04:57 +0000 Subject: [PATCH 3/3] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index af647a1..6a14f75 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -79,7 +79,7 @@ export default function ProductDetailPage() { tag="Product Details" tagAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/selfcare-products-still-life_23-2149249572.jpg?_wi=3" imageAlt="Product detail showcase" buttons={[ { @@ -98,7 +98,7 @@ export default function ProductDetailPage() { tag="Key Highlights" tagAnimation="slide-up" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crowd-people-with-phones_53876-20883.jpg?_wi=3" imageAlt="Product features showcase" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1