From db60db76948e150bd3a5bef1cf8ac17aeb2eadbc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:23:16 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4ec5cfa..c3dad67 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,28 +20,28 @@ export default function AboutPage() { const teamMembers = [ { - id: "nadine", name: "Nadine Coetzee", role: "Blonde Specialist", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=500&h=500&fit=crop", imageAlt: "professional female hair stylist portrait"}, + id: "nadine", name: "Nadine Coetzee", role: "Blonde Specialist", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=500&h=500&fit=crop&_wi=3", imageAlt: "professional female hair stylist portrait"}, { - id: "cindy", name: "Cindy Jacobs", role: "Experienced Stylist", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=500&fit=crop", imageAlt: "professional female hairstylist portrait"}, + id: "cindy", name: "Cindy Jacobs", role: "Experienced Stylist", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=500&h=500&fit=crop&_wi=4", imageAlt: "professional female hairstylist portrait"}, ]; const whyChooseFeatures = [ { id: "expertise", title: "Blonde Specialist Expertise", descriptions: [ "Years of experience in blonde transformations", "Expert colour matching and application techniques", "Knowledge of the latest blonde trends and styles"], - imageSrc: "https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=500&h=500&fit=crop", imageAlt: "professional female hair colouring expertise technique"}, + imageSrc: "https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?w=500&h=500&fit=crop&_wi=4", imageAlt: "professional female hair colouring expertise technique"}, { id: "consultation", title: "Personalized Consultations", descriptions: [ "Every client receives a detailed consultation", "We listen to your hair goals and concerns", "Custom solutions tailored to your unique needs"], - imageSrc: "https://images.unsplash.com/photo-1522337360788-8b13dee7a537?w=500&h=500&fit=crop", imageAlt: "professional female hair consultation stylist client discussion"}, + imageSrc: "https://images.unsplash.com/photo-1522337360788-8b13dee7a537?w=500&h=500&fit=crop&_wi=3", imageAlt: "professional female hair consultation stylist client discussion"}, { id: "products", title: "Professional Products", descriptions: [ "We use only premium quality hair products", "Salon-grade treatments and formulations", "Products that protect and enhance hair health"], - imageSrc: "https://images.unsplash.com/photo-1556228578-8c89e6adf883?w=500&h=500&fit=crop", imageAlt: "professional female hair care products salon"}, + imageSrc: "https://images.unsplash.com/photo-1556228578-8c89e6adf883?w=500&h=500&fit=crop&_wi=2", imageAlt: "professional female hair care products salon"}, { id: "friendly", title: "Friendly Local Salon", descriptions: [ "Warm, welcoming atmosphere in Thabazimbi", "Build lasting relationships with our clients", "Community focused and relationship driven"], - imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop", imageAlt: "professional female welcoming salon interior client atmosphere"}, + imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&h=500&fit=crop&_wi=3", imageAlt: "professional female welcoming salon interior client atmosphere"}, ]; return (