diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e972cc..1549648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircuts", description: "Expert cuts tailored to your style and face shape. Traditional techniques combined with modern trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b119fc", imageAlt: "Selection of professional haircut styles" + title: "Classic Haircuts", description: "Expert cuts tailored to your style and face shape. Traditional techniques combined with modern trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b119fc&_wi=1", imageAlt: "Selection of professional haircut styles" }, { id: 2, @@ -91,7 +91,7 @@ export default function LandingPage() { }, { id: 3, - title: "Beard Grooming", description: "Complete beard care including shaping, trimming, and conditioning treatments for optimal health.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b119fc", imageAlt: "Professional beard grooming services" + title: "Beard Grooming", description: "Complete beard care including shaping, trimming, and conditioning treatments for optimal health.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b119fc&_wi=2", imageAlt: "Professional beard grooming services" } ]} ariaLabel="Premium barber services section"