diff --git a/src/app/page.tsx b/src/app/page.tsx index e424fe5..de32998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg?_wi=1", imageAlt: "Barber chair", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg?_wi=1", imageAlt: "Barber tools", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg?_wi=1", imageAlt: "Styling session", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-paper-with-beard-shaping-salon-tools_53876-128911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-paper-with-beard-shaping-salon-tools_53876-128911.jpg?_wi=1", imageAlt: "Modern interior", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313073.jpg?_wi=1", imageAlt: "Grooming products", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { imageAlt: "barber doing skin fade cut", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg?_wi=2", imageAlt: "precision fading haircut side view", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { imageAlt: "traditional barber scissor hair style", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg?_wi=2", imageAlt: "precision fading haircut side view", }, { @@ -155,7 +155,7 @@ export default function LandingPage() { imageAlt: "barbershop hot towel facial routine", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg?_wi=2", imageAlt: "precision fading haircut side view", }, ]} @@ -306,7 +306,7 @@ export default function LandingPage() { quote: "Best haircut I have ever had. Professional and detailed.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2342.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg?_wi=3", imageAlt: "client headshot smiling", }, { @@ -317,7 +317,7 @@ export default function LandingPage() { quote: "The shop interior is great and the service is perfect.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-razors-table_23-2147736987.jpg?_wi=3", imageAlt: "client headshot smiling", }, { @@ -328,7 +328,7 @@ export default function LandingPage() { quote: "Precision, comfort, and excellent vibe.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-barber-girl-cutting-hair_624325-3064.jpg?_wi=3", imageAlt: "client headshot smiling", }, { @@ -339,7 +339,7 @@ export default function LandingPage() { quote: "Clean fades every single time.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/serious-sad-attractive-young-bearded-student-wearing-trendy-black-hat-sitting-alone-modern-spacious-coffee-shop_273609-1772.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-paper-with-beard-shaping-salon-tools_53876-128911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-paper-with-beard-shaping-salon-tools_53876-128911.jpg?_wi=2", imageAlt: "client headshot smiling", }, { @@ -350,7 +350,7 @@ export default function LandingPage() { quote: "Relaxing and professional barber shop.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313073.jpg?_wi=2", imageAlt: "client headshot smiling", }, ]}