diff --git a/src/app/page.tsx b/src/app/page.tsx index 798f044..59615b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,9 +97,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { title: "Haircuts & Styling", description: "Precision cuts tailored to your unique face shape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/female-barber-drying-head-customer_23-2147737074.jpg", imageAlt: "Haircuts and styling" }, - { title: "Custom Color", description: "Balayage, highlights, and expert color services to refresh your look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg", imageAlt: "Custom hair color" }, - { title: "Curly Hair Expertise", description: "Specialized treatments and cuts specifically for curly and thick hair.", imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-skinned-woman-makes-face-palm-cannot-stop-laughing-after-hearing-joke-expresses-positive-emotions-wears-hair-curlers-look-fabulous-tomorrow-party-dressed-silk-gown-hairstyling_273609-40017.jpg", imageAlt: "Curly hair services" }, + { title: "Haircuts & Styling", description: "Precision cuts tailored to your unique face shape and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/female-barber-drying-head-customer_23-2147737074.jpg?_wi=1", imageAlt: "Haircuts and styling" }, + { title: "Custom Color", description: "Balayage, highlights, and expert color services to refresh your look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg?_wi=1", imageAlt: "Custom hair color" }, + { title: "Curly Hair Expertise", description: "Specialized treatments and cuts specifically for curly and thick hair.", imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-skinned-woman-makes-face-palm-cannot-stop-laughing-after-hearing-joke-expresses-positive-emotions-wears-hair-curlers-look-fabulous-tomorrow-party-dressed-silk-gown-hairstyling_273609-40017.jpg?_wi=1", imageAlt: "Curly hair services" }, ]} title="Our Professional Services" description="From precision cuts to custom color, we deliver personalized care." diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d2bf179..123a27d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -39,9 +39,9 @@ export default function ServicesPage() { title="Our Services" description="Explore our comprehensive range of professional hair care services." features={[ - { title: "Professional Haircuts", description: "Tailored styles for every hair type.", imageSrc: "http://img.b2bpic.net/free-photo/female-barber-drying-head-customer_23-2147737074.jpg" }, - { title: "Color Services", description: "Balayage, highlights, and full color transformations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg" }, - { title: "Curly Hair Specialist", description: "Expert care for curly and thick hair textures.", imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-skinned-woman-makes-face-palm-cannot-stop-laughing-after-hearing-joke-expresses-positive-emotions-wears-hair-curlers-look-fabulous-tomorrow-party-dressed-silk-gown-hairstyling_273609-40017.jpg" }, + { title: "Professional Haircuts", description: "Tailored styles for every hair type.", imageSrc: "http://img.b2bpic.net/free-photo/female-barber-drying-head-customer_23-2147737074.jpg?_wi=2" }, + { title: "Color Services", description: "Balayage, highlights, and full color transformations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-work_52683-130985.jpg?_wi=2" }, + { title: "Curly Hair Specialist", description: "Expert care for curly and thick hair textures.", imageSrc: "http://img.b2bpic.net/free-photo/happy-dark-skinned-woman-makes-face-palm-cannot-stop-laughing-after-hearing-joke-expresses-positive-emotions-wears-hair-curlers-look-fabulous-tomorrow-party-dressed-silk-gown-hairstyling_273609-40017.jpg?_wi=2" }, ]} />