From f79a996858814ba19c0ae4186fea21a8522dc90e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:53:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 999e1fe..d127fc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,11 +98,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Responsive Web Design", author: "Design Team", description: "Beautiful websites that work flawlessly across all devices. We create designs that adapt perfectly to any screen size.", tags: ["Design", "Development"], - imageSrc: "http://img.b2bpic.net/free-photo/web-design-template-copy-space-concept_53876-120756.jpg", imageAlt: "responsive web design mockup" + imageSrc: "http://img.b2bpic.net/free-photo/web-design-template-copy-space-concept_53876-120756.jpg?_wi=1", imageAlt: "responsive web design mockup" }, { id: "2", title: "UX/UI Strategy", author: "Strategy Team", description: "User-centered design solutions that improve engagement and conversions. Every pixel serves a purpose.", tags: ["Strategy", "Design"], - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1670.jpg", imageAlt: "user experience design process" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1670.jpg?_wi=1", imageAlt: "user experience design process" }, { id: "3", title: "Performance Optimization", author: "Development Team", description: "Lightning-fast websites that rank higher in search engines. We optimize for speed, SEO, and user experience.", tags: ["Development", "SEO"], @@ -126,10 +126,10 @@ export default function LandingPage() { id: "1", value: "150+", title: "Projects Delivered", description: "Websites designed and launched across diverse industries", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-entrepreneur-answering-text-message-smartphone_482257-78118.jpg", imageAlt: "creative team designer working laptop" }, { - id: "2", value: "98%", title: "Client Satisfaction", description: "Consistent feedback praising our design quality and professionalism", imageSrc: "http://img.b2bpic.net/free-photo/web-design-template-copy-space-concept_53876-120756.jpg", imageAlt: "responsive web design mockup" + id: "2", value: "98%", title: "Client Satisfaction", description: "Consistent feedback praising our design quality and professionalism", imageSrc: "http://img.b2bpic.net/free-photo/web-design-template-copy-space-concept_53876-120756.jpg?_wi=2", imageAlt: "responsive web design mockup" }, { - id: "3", value: "8 Years", title: "Industry Experience", description: "Deep expertise in creating digital solutions that drive business growth", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1670.jpg", imageAlt: "user experience design process" + id: "3", value: "8 Years", title: "Industry Experience", description: "Deep expertise in creating digital solutions that drive business growth", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1670.jpg?_wi=2", imageAlt: "user experience design process" } ]} animationType="slide-up" -- 2.49.1