From be28545e4dec4981d35448580a6de1a928edb3ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 05:30:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bf863c..4e985e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "happy customer portrait"}, { - src: "http://img.b2bpic.net/free-photo/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg", alt: "happy customer portrait"}, + src: "http://img.b2bpic.net/close-up-view-attractive-adult-male-with-beard-sitting-open-terrace-typing-laptop-looking-screen-with-interested-smile-using-wi-fi-communicate-online-while-away-vacations_273609-6597.jpg", alt: "happy customer portrait"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -148,7 +148,7 @@ export default function LandingPage() { description="Ready to get back on the road? Visit us at 4635 N Milwaukee Ave, Chicago or give us a call to schedule your repair." buttons={[ { - text: "(773) 794-8636", href: "tel:7737948636"}, + text: "Call for Appointment", href: "tel:7737948636"}, { text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL"}, ]} -- 2.49.1