From 43d3833b7281dec5e234d3510102e68151b79aca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:39:35 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 655b4df..2552f34 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -41,7 +41,7 @@ export default function ServicesPage() { description="Our comprehensive web design services are tailored specifically for local service businesses looking to attract more customers online and establish a professional digital presence." tag="Our Services" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900458.jpg" + imageSrc="http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147900458.jpg?_wi=2" imageAlt="Web design services showcase" mediaAnimation="slide-up" useInvertedBackground={false} @@ -51,21 +51,21 @@ export default function ServicesPage() { handle: "Restaurant Owner", testimonial: "Esilos transformed our online presence. We're getting 3x more customer calls every week!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=3", }, { name: "James Mitchell", handle: "Contractor", testimonial: "Professional, fast, and affordable. This is exactly what my business needed to grow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg?_wi=3", }, { name: "Sarah Chen", handle: "Hair Salon Owner", testimonial: "The team understood our business. Our new website gets bookings from day one.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg?_wi=3", }, ]} buttons={[ @@ -95,19 +95,19 @@ export default function ServicesPage() { id: 1, title: "Custom Website Design", description: "Professionally designed websites tailored to your business needs. We create unique, modern designs that reflect your brand and appeal to your target customers.", - imageSrc: "http://img.b2bpic.net/free-photo/presentation-contract_1098-15816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/presentation-contract_1098-15816.jpg?_wi=2", }, { id: 2, title: "Mobile Optimization", description: "Every website we build is optimized for mobile devices. Since most customers search on their phones, we ensure your site looks perfect and functions flawlessly on all devices.", - imageSrc: "http://img.b2bpic.net/free-photo/people-around-computer_23-2149370613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-around-computer_23-2149370613.jpg?_wi=2", }, { id: 3, title: "Lead Generation & SEO", description: "We build websites designed to convert visitors into customers. Our SEO strategies help local customers find you when they search for your services online.", - imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template-infographic_23-2148368929.jpg?_wi=2", }, ]} /> @@ -127,7 +127,7 @@ export default function ServicesPage() { name: "Maria Gonzalez", role: "Restaurant Owner", testimonial: "We went from no website to getting 15+ customer calls per week. The best investment we made for our restaurant this year.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=4", icon: Star, }, { @@ -135,7 +135,7 @@ export default function ServicesPage() { name: "James Mitchell", role: "Painting Contractor", testimonial: "Professional, fast turnaround, and the support team was incredible. Our new website is generating quality leads consistently.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg?_wi=4", icon: Award, }, { @@ -143,7 +143,7 @@ export default function ServicesPage() { name: "Sarah Chen", role: "Hair Salon Owner", testimonial: "The team understood our business perfectly. They built exactly what we needed. Highly recommend to any local business.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-korean-barista-pouring-filter-coffee-prepare-batch-brew-client-cafe_1258-203378.jpg?_wi=4", icon: ThumbsUp, }, ]}