From 226e4033c183e6666b4b681fdb9d2c2b164eaf2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:43:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffe0921..c384d2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Digital marketing strategy and analytics"}, + imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=1", imageAlt: "Digital marketing strategy and analytics"}, { imageSrc: "http://img.b2bpic.net/free-vector/creative-abstract-company-card_23-2148455818.jpg", imageAlt: "Creative brand identity design"}, ]} @@ -217,7 +217,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=1" imageAlt="Business consultation and growth" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 26e96e72fae8c4ffa66fff6a6d35b55c5e87b1bf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:43:16 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 857257b..cc5d09d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -52,7 +52,7 @@ export default function ShopPage() { id: "3", name: "Content Calendar Kit", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-office-desk_1098-661.jpg", imageAlt: "Content calendar kit", onProductClick: () => console.log('clicked'), }, { - id: "4", name: "Analytics Dashboard Pro", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Analytics dashboard", onProductClick: () => console.log('clicked'), + id: "4", name: "Analytics Dashboard Pro", price: "$99.99", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2", imageAlt: "Analytics dashboard", onProductClick: () => console.log('clicked'), }, { id: "5", name: "Email Campaign Builder", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/email-marketing-campaign_23-2150063159.jpg", imageAlt: "Email campaign builder", onProductClick: () => console.log('clicked'), @@ -79,7 +79,7 @@ export default function ShopPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesswomen-doing-interview_1098-663.jpg?_wi=2" imageAlt="Product support and consultation" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1