Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 19:39:28 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
}
]}
/>