diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 710bd7f..8af1503 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -40,7 +40,7 @@ export default function ServicesPage() { tag="Our Services" title="Premium Nail & Spa Services" description="Explore our complete range of professional nail care and spa treatments, each designed with your comfort and beauty in mind. From classic manicures to avant-garde nail art, we offer services that cater to every style and preference." - imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=2" imageAlt="Our luxury salon" buttons={[{ text: "Book Now", href: "/contact" }]} useInvertedBackground={false} @@ -57,28 +57,28 @@ export default function ServicesPage() { id: 1, title: "Gel Manicures", description: "Long-lasting gel polish application with expert application and stunning finishes that last 2-3 weeks without chipping or fading.", - 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=2", imageAlt: "Gel manicure service", }, { id: 2, title: "Acrylic Nails", description: "Beautiful acrylic full sets, extensions, and fills with custom designs using premium quality materials and professional techniques.", - 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=2", imageAlt: "Acrylic nail service", }, { id: 3, title: "Spa Pedicures", description: "Rejuvenating spa pedicures featuring relaxing foot massages, exfoliating scrubs, and luxurious treatments to pamper your feet.", - 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=2", imageAlt: "Spa pedicure service", }, { id: 4, title: "Nail Art & Design", description: "Express yourself with custom nail art including chrome designs, French tips, ombre effects, and unique artistic creations.", - 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=2", imageAlt: "Nail art service", }, ]} @@ -105,7 +105,7 @@ export default function ServicesPage() {