From dcd05fee54dd23c77c614ce72070174d5130120f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:03:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 257f5b2..721ec8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ 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, @@ -212,10 +212,10 @@ 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" -- 2.49.1