diff --git a/src/app/page.tsx b/src/app/page.tsx index 18fab9d..baf1530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Expert Haircuts", description: "Custom cuts crafted to complement your style and face shape. Whether you prefer classic, contemporary, or curly hair styling, our barbers deliver precision and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg" + title: "Expert Haircuts", description: "Custom cuts crafted to complement your style and face shape. Whether you prefer classic, contemporary, or curly hair styling, our barbers deliver precision and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=1" }, { id: 2, @@ -93,7 +93,7 @@ export default function LandingPage() { }, { id: 4, - title: "Hair Color & Treatment", description: "Professional hair coloring and specialized treatments to enhance your look. From subtle highlights to bold transformations, we use only premium color products.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg" + title: "Hair Color & Treatment", description: "Professional hair coloring and specialized treatments to enhance your look. From subtle highlights to bold transformations, we use only premium color products.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg?_wi=2" } ]} />