From 628238ef0b89eac5b25e5f93f6bdbf197b4a3704 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:55:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2dea09..ad90518 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,28 +65,28 @@ export default function LandingPage() { { id: 1, title: "Web Design", description: "Beautiful, modern designs that capture your brand's essence and engage your audience. We create interfaces that are both stunning and intuitive, optimized for all devices.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-image-upload-concept_23-2148296955.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-image-upload-concept_23-2148296955.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-image-upload-concept_23-2148296955.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-image-upload-concept_23-2148296955.jpg?_wi=2" }, }, { id: 2, title: "Web Development", description: "Robust, scalable web applications built with the latest technologies. From frontend to backend, we deliver high-performance solutions that power your business.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/software-application-programming-developer-technology-concept_53876-120917.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/software-application-programming-developer-technology-concept_53876-120917.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/software-application-programming-developer-technology-concept_53876-120917.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/software-application-programming-developer-technology-concept_53876-120917.jpg?_wi=2" }, }, { id: 3, title: "Performance Optimization", description: "Lightning-fast websites that keep visitors engaged. We optimize every aspect of your site for speed, SEO, and user experience to drive conversions.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/employee-looking-business-analytics_482257-115272.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/employee-looking-business-analytics_482257-115272.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/employee-looking-business-analytics_482257-115272.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/employee-looking-business-analytics_482257-115272.jpg?_wi=2" }, }, ]} -- 2.49.1