diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d51b1f..3f781ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,9 +86,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "SaaS Dashboard Redesign", price: "Analytics Platform", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", imageAlt: "SaaS dashboard interface redesign"}, + id: "1", name: "SaaS Dashboard Redesign", price: "Analytics Platform", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=1", imageAlt: "SaaS dashboard interface redesign"}, { - id: "2", name: "Mobile App Design System", price: "Fintech Application", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg", imageAlt: "Mobile application design system"}, + id: "2", name: "Mobile App Design System", price: "Fintech Application", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg?_wi=1", imageAlt: "Mobile application design system"}, { id: "3", name: "E-Commerce Platform", price: "Retail Experience", imageSrc: "http://img.b2bpic.net/free-vector/gradient-e-commerce-design-template_23-2149567524.jpg", imageAlt: "E-commerce platform design"}, ]} @@ -125,9 +125,9 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "45%", title: "Conversion Increase", description: "Average uplift across redesigned platforms", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg", imageAlt: "Conversion metrics"}, + id: "1", value: "45%", title: "Conversion Increase", description: "Average uplift across redesigned platforms", imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219823.jpg?_wi=2", imageAlt: "Conversion metrics"}, { - id: "2", value: "2.3M+", title: "Users Impacted", description: "Direct users of designed products", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg", imageAlt: "Users impacted"}, + id: "2", value: "2.3M+", title: "Users Impacted", description: "Direct users of designed products", imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-concept_52683-5157.jpg?_wi=2", imageAlt: "Users impacted"}, ]} /> @@ -136,13 +136,13 @@ export default function LandingPage() {