From 5fdc9c731d4310ca24434f0c2c0d04bd82bd9168 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:57:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1