From 3d566806e07208f5e5c2ce0835087f3ce4290d22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:23:01 +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 f514fe6..0ee5f0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,10 +87,10 @@ export default function LandingPage() { title: "Custom Design", description: "Tailored websites built specifically for your industry and business goals. No templates, just solutions designed for your success.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg", imageAlt: "Custom website design process" + imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg?_wi=1", imageAlt: "Custom website design process" }, { - imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg", imageAlt: "Responsive design mockup" + imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg?_wi=2", imageAlt: "Responsive design mockup" } ] }, @@ -98,10 +98,10 @@ export default function LandingPage() { title: "Fast Turnaround", description: "We understand that time is money. Our streamlined process gets your website live quickly without sacrificing quality.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-template-flat-design_23-2148212145.jpg", imageAlt: "Fast website development" + imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-template-flat-design_23-2148212145.jpg?_wi=1", imageAlt: "Fast website development" }, { - imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-template-flat-design_23-2148212145.jpg", imageAlt: "Quick turnaround service" + imageSrc: "http://img.b2bpic.net/free-vector/infographic-timeline-template-flat-design_23-2148212145.jpg?_wi=2", imageAlt: "Quick turnaround service" } ] }, @@ -109,10 +109,10 @@ export default function LandingPage() { title: "Affordable Pricing", description: "Professional web design shouldn't break the bank. We offer transparent pricing and flexible packages that work for small business budgets.", icon: DollarSign, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/busy-disabled-woman-talking-phone-with-business-partner_482257-2226.jpg", imageAlt: "Affordable pricing options" + imageSrc: "http://img.b2bpic.net/free-photo/busy-disabled-woman-talking-phone-with-business-partner_482257-2226.jpg?_wi=1", imageAlt: "Affordable pricing options" }, { - imageSrc: "http://img.b2bpic.net/free-photo/busy-disabled-woman-talking-phone-with-business-partner_482257-2226.jpg", imageAlt: "Budget-friendly solutions" + imageSrc: "http://img.b2bpic.net/free-photo/busy-disabled-woman-talking-phone-with-business-partner_482257-2226.jpg?_wi=2", imageAlt: "Budget-friendly solutions" } ] } -- 2.49.1