From 3938c8686e42db29270a4b35996ba480707c8dd8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:39:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7b3fe9..59281fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg?_wi=1" imageAlt="John Jay & Co salon interior" ariaLabel="Hero section - Beautiful Hair Starts Here" /> @@ -87,7 +87,7 @@ export default function LandingPage() { title: "Convenient Location", description: "Easy to find and accessible with ample parking at 3601 N Everett Rd, Muncie, IN.", icon: MapPin } ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg?_wi=2" imageAlt="John Jay & Co salon welcoming environment" /> @@ -104,22 +104,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "haircuts", name: "Haircuts", price: "Professional Styling", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg", imageAlt: "Professional haircut service" + id: "haircuts", name: "Haircuts", price: "Professional Styling", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg?_wi=3", imageAlt: "Professional haircut service" }, { id: "hair-coloring", name: "Hair Coloring", price: "Color & Highlights", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-blond-haired-wearing-trendy-glasses-casual-clothes-posing-black-background_158595-1780.jpg", imageAlt: "Hair coloring transformation" }, { - id: "brows", name: "Brow Services", price: "Shaping & Threading", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg", imageAlt: "Professional brow services" + id: "brows", name: "Brow Services", price: "Shaping & Threading", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-african-american-woman-wearing-green-sweater-black-jeans_627829-12564.jpg?_wi=4", imageAlt: "Professional brow services" }, { - id: "pedicures", name: "Pedicures", price: "Nail & Foot Care", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg", imageAlt: "Luxury pedicure service" + id: "pedicures", name: "Pedicures", price: "Nail & Foot Care", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg?_wi=1", imageAlt: "Luxury pedicure service" }, { - id: "manicures", name: "Manicures", price: "Nail Art & Design", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg", imageAlt: "Professional manicure service" + id: "manicures", name: "Manicures", price: "Nail Art & Design", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg?_wi=2", imageAlt: "Professional manicure service" }, { - id: "nail-extensions", name: "Nail Extensions", price: "Acrylics & Gel", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg", imageAlt: "Nail extension service" + id: "nail-extensions", name: "Nail Extensions", price: "Acrylics & Gel", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285906.jpg?_wi=3", imageAlt: "Nail extension service" } ]} /> -- 2.49.1