From fb744f4fae4a9646cd71fe144016efa9cdf3ed66 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:18:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() {