diff --git a/src/app/page.tsx b/src/app/page.tsx index 23e867d..4512dab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Hair Color & Treatments", description: "Expert color services, toning, and hair treatments to enhance your natural beauty", imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg", imageAlt: "Hair coloring service" + title: "Hair Color & Treatments", description: "Expert color services, toning, and hair treatments to enhance your natural beauty", imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg?_wi=1", imageAlt: "Hair coloring service" }, { id: 2, @@ -107,7 +107,7 @@ export default function LandingPage() { }, { id: "perms", brand: "Native Stylz", name: "Perms & Waves", price: "Starting at $60", rating: 5, - reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg", imageAlt: "Professional perm service" + reviewCount: "220+", imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-dried-hairdresser_23-2150771295.jpg?_wi=2", imageAlt: "Professional perm service" } ]} />