From e3d795456b28a5a11ca9347a3562efba8995c0ab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:44: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 79bee49..7fac4bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { { id: "simple", title: "Simple to Update", content: "No coding skills needed. We set up your website so you can easily update content, hours, menu items, or photos yourself."}, ]} - imageSrc="http://img.b2bpic.net/free-vector/flat-design-chef-career-landing-page_23-2149987565.jpg" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-chef-career-landing-page_23-2149987565.jpg?_wi=1" imageAlt="Restaurant website example" mediaAnimation="slide-up" useInvertedBackground={false} @@ -106,16 +106,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rosa's Italian Kitchen", role: "Restaurant Owner", company: "Downtown District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-chef-career-landing-page_23-2149987565.jpg", imageAlt: "restaurant website design modern local"}, + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-chef-career-landing-page_23-2149987565.jpg?_wi=2", imageAlt: "restaurant website design modern local"}, { id: "2", name: "Barber's Pride Shop", role: "Barbershop Owner", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/male-grooming-template-design_23-2150153357.jpg", imageAlt: "barbershop website design modern clean"}, { id: "3", name: "Family Dental Care", role: "Service Provider", company: "Professional Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg", imageAlt: "service business website design professional"}, + imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg?_wi=1", imageAlt: "service business website design professional"}, { id: "4", name: "Garden Landscaping Co", role: "Local Service", company: "Neighborhood Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg", imageAlt: "service business website design professional"}, + imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_23-2148248050.jpg?_wi=2", imageAlt: "service business website design professional"}, ]} />