diff --git a/src/app/page.tsx b/src/app/page.tsx index 29f4cb9..1819a99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,10 +79,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Hair Braiding", description: "Creative and intricate braiding styles from traditional patterns to modern designs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg", imageAlt: "Professional hair braiding"}, + title: "Hair Braiding", description: "Creative and intricate braiding styles from traditional patterns to modern designs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg?_wi=1", imageAlt: "Professional hair braiding"}, { id: 2, - title: "Hair Styling", description: "Modern hairstyles and cuts tailored to your preferences and facial features", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Hair styling services"}, + title: "Hair Styling", description: "Modern hairstyles and cuts tailored to your preferences and facial features", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=1", imageAlt: "Hair styling services"}, { id: 3, title: "Hair Treatment", description: "Professional treatments to nourish, repair, and strengthen your hair", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-dried_23-2148108866.jpg", imageAlt: "Hair treatment therapy"}, @@ -197,9 +197,9 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Hairdresser", price: "Competitive", variant: "Full-time position available", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Hairdresser position"}, + id: "1", name: "Hairdresser", price: "Competitive", variant: "Full-time position available", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=2", imageAlt: "Hairdresser position"}, { - id: "2", name: "Braiding Specialist", price: "Negotiable", variant: "Part-time or full-time", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg", imageAlt: "Braiding specialist position"}, + id: "2", name: "Braiding Specialist", price: "Negotiable", variant: "Part-time or full-time", imageSrc: "http://img.b2bpic.net/free-photo/portrait-black-woman-with-dreadlocks-hair_53876-30643.jpg?_wi=2", imageAlt: "Braiding specialist position"}, { id: "3", name: "Makeup Artist", price: "Commission-based", variant: "Flexible hours available", imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184416.jpg", imageAlt: "Makeup artist position"}, ]}