diff --git a/src/app/page.tsx b/src/app/page.tsx index b298674..fcbc499 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,15 +78,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircuts", description: "Precision fades, tapers, and traditional cuts executed with expert technique and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg", imageAlt: "Barbering tools" + title: "Classic Haircuts", description: "Precision fades, tapers, and traditional cuts executed with expert technique and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg?_wi=1", imageAlt: "Barbering tools" }, { id: 2, - title: "Beard Grooming", description: "Professional beard trimming, shaping, and grooming to keep your facial hair looking sharp and distinguished.", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg", imageAlt: "Barbering tools" + title: "Beard Grooming", description: "Professional beard trimming, shaping, and grooming to keep your facial hair looking sharp and distinguished.", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg?_wi=2", imageAlt: "Barbering tools" }, { id: 3, - title: "Styling & Design", description: "Modern styling with creative designs and personalized recommendations based on your preferences and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg", imageAlt: "Barbering tools" + title: "Styling & Design", description: "Modern styling with creative designs and personalized recommendations based on your preferences and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-supplies-wooden-background_23-2147711598.jpg?_wi=3", imageAlt: "Barbering tools" } ]} />