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" 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"