Update src/app/about/page.tsx
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user