diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 5721daa..a4b7111 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -44,28 +44,28 @@ export default function GalleryPage() { id: 1, title: "Gel Art Collections", description: "Stunning gel manicure designs ranging from classic elegance to trendy patterns and artistic creations.", - imageSrc: "http://img.b2bpic.net/free-photo/beautician-working-with-client-beauty-salon-applying-color-nail-polish-manicure-procedure-beauty-salon_613910-20279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautician-working-with-client-beauty-salon-applying-color-nail-polish-manicure-procedure-beauty-salon_613910-20279.jpg?_wi=3", imageAlt: "Gel art collection", }, { id: 2, title: "Acrylic Masterpieces", description: "Custom acrylic nail designs featuring intricate details, bold colors, and personalized artistic expressions.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg?_wi=3", imageAlt: "Acrylic designs", }, { id: 3, title: "Spa & Pedicure Designs", description: "Luxurious pedicure designs that complement perfectly manicured toes with relaxing spa treatments.", - imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-product-female-feet-hand-spa-orchid-flowers-ceramic-bowl_1150-37715.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-product-female-feet-hand-spa-orchid-flowers-ceramic-bowl_1150-37715.jpg?_wi=3", imageAlt: "Spa pedicure designs", }, { id: 4, title: "Chrome & Special Effects", description: "Cutting-edge nail art including chrome effects, glitter, ombre, and unique special effects designs.", - imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-gray-glitter-nail-design_127675-2836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-gray-glitter-nail-design_127675-2836.jpg?_wi=3", imageAlt: "Chrome effects", }, ]} @@ -90,7 +90,7 @@ export default function GalleryPage() { handle: "@amanda_loves_nails", testimonial: "Every design I've gotten here is absolutely gorgeous! The team pays attention to detail and makes sure everything is perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=8", imageAlt: "Amanda Rodriguez", }, { @@ -99,7 +99,7 @@ export default function GalleryPage() { handle: "@emily_glam", testimonial: "My custom nail art design was exactly what I envisioned. The team listened carefully and delivered perfection!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=9", imageAlt: "Emily Thompson", }, { @@ -108,7 +108,7 @@ export default function GalleryPage() { handle: "@lisa_beauty", testimonial: "The chrome nails I got were stunning! Every time I see them I get compliments. Definitely coming back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=3", imageAlt: "Lisa Wang", }, ]} @@ -137,7 +137,7 @@ export default function GalleryPage() {