From 358021b8ca277bfc1c56971fe5e7df3e20169b9b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:33:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e9c291..5056ab8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,10 +81,10 @@ export default function LandingPage() { title="Our Signature Services" description="Discover a world of luxury and personalized care with our exclusive beauty, hair, nail, and spa treatments." products={[ - { id: "hair-1", name: "Hair Coloring & Highlights", price: "Starting from KWD 45", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-hairdresser-doing-hairstyle-with-hair-dryer-bearded-men-client-saloon_613910-13352.jpg", imageAlt: "Hair coloring process in a luxury salon" }, - { id: "hair-2", name: "Haircuts & Styling", price: "Starting from KWD 25", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-hairdresser-doing-hairstyle-with-hair-dryer-bearded-men-client-saloon_613910-13352.jpg", imageAlt: "Hair stylist working on client's hair" }, - { id: "nail-1", name: "Russian Manicure & Pedicure", price: "Starting from KWD 20", imageSrc: "http://img.b2bpic.net/free-photo/closeup-feet-spa-therapy-massage_53876-15402.jpg", imageAlt: "Close-up of Russian manicure" }, - { id: "nail-2", name: "Gel Polish & Nail Art", price: "Starting from KWD 15", imageSrc: "http://img.b2bpic.net/free-photo/closeup-feet-spa-therapy-massage_53876-15402.jpg", imageAlt: "Elegant nail art design" }, + { id: "hair-1", name: "Hair Coloring & Highlights", price: "Starting from KWD 45", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-hairdresser-doing-hairstyle-with-hair-dryer-bearded-men-client-saloon_613910-13352.jpg?_wi=1", imageAlt: "Hair coloring process in a luxury salon" }, + { id: "hair-2", name: "Haircuts & Styling", price: "Starting from KWD 25", imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-hairdresser-doing-hairstyle-with-hair-dryer-bearded-men-client-saloon_613910-13352.jpg?_wi=2", imageAlt: "Hair stylist working on client's hair" }, + { id: "nail-1", name: "Russian Manicure & Pedicure", price: "Starting from KWD 20", imageSrc: "http://img.b2bpic.net/free-photo/closeup-feet-spa-therapy-massage_53876-15402.jpg?_wi=1", imageAlt: "Close-up of Russian manicure" }, + { id: "nail-2", name: "Gel Polish & Nail Art", price: "Starting from KWD 15", imageSrc: "http://img.b2bpic.net/free-photo/closeup-feet-spa-therapy-massage_53876-15402.jpg?_wi=2", imageAlt: "Elegant nail art design" }, { id: "spa-1", name: "Hot Stone & Aroma Massage", price: "Starting from KWD 50", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-back-massage-spa-center_1139-1143.jpg", imageAlt: "Relaxing hot stone massage" }, { id: "beauty-1", name: "Professional Makeup & Eyelashes", price: "Starting from KWD 30", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-armpit-hair-removed_107420-74069.jpg", imageAlt: "Makeup artist applying makeup" } ]} -- 2.49.1