From b00f8f22946dd0dd90c0b7906c0e1fea16c9d1f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 01:04:42 +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 f1ba2c6..3d2f952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:(770)334-8602" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg" + imageSrc="http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg?_wi=1" imageAlt="Serene massage spa environment with candles and soft lighting" showDimOverlay={true} showBlur={true} @@ -71,11 +71,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "David S.", role: "Regular Client", company: "Local Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg?_wi=1" }, { id: "2", name: "Traveler Review", role: "Visiting Professional", company: "Road Trip Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg?_wi=1" }, { id: "3", name: "Rusty L.", role: "Satisfied Customer", company: "Local Favorite", rating: 5, @@ -83,15 +83,15 @@ export default function LandingPage() { }, { id: "4", name: "Sarah M.", role: "Wellness Enthusiast", company: "Regular Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-theraphy-salon_23-2148824083.jpg?_wi=2" }, { id: "5", name: "John P.", role: "Professional", company: "Business Traveler", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/christmas-spa-composition-blurred-background-with-bokeh-lights_169016-43781.jpg?_wi=2" }, { id: "6", name: "Emma T.", role: "Wellness Client", company: "Health Conscious", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/people-doing-cold-exposure-treatment_23-2151205865.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1