From f49784462cfb6b9950e2b93560341b5a1f74bc64 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:11:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2daf348..cb6c793 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,15 +55,15 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-salon-hairdresser_23-2147769872.jpg", imageAlt: "hair salon professional styling blonde hair beauty treatment"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg", imageAlt: "modern salon interior relaxing spa beauty salon professional space"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=1", imageAlt: "modern salon interior relaxing spa beauty salon professional space"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-customer_23-2147778767.jpg", imageAlt: "hair cutting professional barber scissors styling haircut"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-customer_23-2147778767.jpg?_wi=1", imageAlt: "hair cutting professional barber scissors styling haircut"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg", imageAlt: "hair coloring dye application color treatment salon coloring"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg?_wi=1", imageAlt: "hair coloring dye application color treatment salon coloring"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg", imageAlt: "beauty treatment facial care spa treatment wellness"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg?_wi=1", imageAlt: "beauty treatment facial care spa treatment wellness"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg", imageAlt: "modern salon interior relaxing spa beauty salon professional space"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=2", imageAlt: "modern salon interior relaxing spa beauty salon professional space"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -75,7 +75,7 @@ export default function LandingPage() { title="About Caroline's Hair & Beauty" description="We are a women-owned, LGBTQ+ friendly premier salon committed to making every client feel at home. Our reputation for excellence brings clients from as far as Cape Town to experience our transformative services. We believe in creating a relaxing, refreshing sanctuary where beauty meets belonging." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg" + imageSrc="http://img.b2bpic.net/free-photo/illuminated-couch-armchair_1203-771.jpg?_wi=3" imageAlt="Modern salon interior reflecting our welcoming atmosphere" buttons={[{ text: "Meet Our Team", href: "#team" }]} useInvertedBackground={false} @@ -89,13 +89,13 @@ export default function LandingPage() { features={[ { id: "1", title: "Hair Cutting & Styling", author: "Specialty: Shina's Expert Touch", description: "Experience precision cutting and professional styling that transforms your look. Our stylists, including renowned specialist Shina, deliver cuts and styles that enhance your natural beauty and personal style.", tags: ["Precision", "Expert"], - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-customer_23-2147778767.jpg", imageAlt: "Professional hair cutting service"}, + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hairdresser-cutting-hair-customer_23-2147778767.jpg?_wi=2", imageAlt: "Professional hair cutting service"}, { id: "2", title: "Premium Hair Coloring", author: "Full-Service Color Treatments", description: "Achieve your dream color with our professional coloring services. From vibrant fashion colors to natural tones, we use premium products and techniques to ensure stunning, healthy-looking results.", tags: ["Color", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg", imageAlt: "Professional hair coloring treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668446.jpg?_wi=2", imageAlt: "Professional hair coloring treatment"}, { id: "3", title: "Beauty Treatments", author: "Holistic Beauty Solutions", description: "Enhance your natural beauty with our specialized beauty treatments. From facials to makeup and more, our beauty experts create personalized treatments for the ultimate pampering experience.", tags: ["Beauty", "Wellness"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg", imageAlt: "Professional beauty treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-woman-having-head-massage-beauty-treatment-spa_637285-2192.jpg?_wi=2", imageAlt: "Professional beauty treatment"}, ]} animationType="slide-up" textboxLayout="default" @@ -128,9 +128,9 @@ export default function LandingPage() {