From c614b52f32441eac531718a1fb56b14ed29ba9f3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 02:08:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6c08ab..b77ffbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="Experience premium haircutting, expert color, and revitalizing treatments at Victoria's Salon in Pleasanton." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=1", imageAlt: "Salon Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg?_wi=1", imageAlt: "Styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-consulting-client_23-2147769874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-consulting-client_23-2147769874.jpg?_wi=1", imageAlt: "Color", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-care-products-basket_23-2149879630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-care-products-basket_23-2149879630.jpg?_wi=1", imageAlt: "Products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=2", imageAlt: "Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg?_wi=2", imageAlt: "Service", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg?_wi=3", imageAlt: "Service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=3", imageAlt: "Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-care-products-basket_23-2149879630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-care-products-basket_23-2149879630.jpg?_wi=2", imageAlt: "Products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-consulting-client_23-2147769874.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-consulting-client_23-2147769874.jpg?_wi=2", imageAlt: "Color", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-amazing-fashionable-young-woman-with-cut-purple-hair-brightful-makeup-tinsels-luxury-dress-celebrating-party-birthday-great-party-true-emotions_197531-1299.jpg?_wi=4", imageAlt: "Styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=4", imageAlt: "Salon", }, ]} -- 2.49.1