From 7c45fabe481234bd2f136f4258f1a95cafad4e64 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:34:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5056ab8..1787489 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-nail-care-products_23-2148974566.jpg" imageAlt="Luxury Beauty Salon Interior with Clients" showDimOverlay={true} - useInvertedBackground={false} /> @@ -81,10 +80,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?_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: "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: "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" } ]} @@ -126,9 +125,8 @@ export default function LandingPage() { { id: "feature-5", title: "Highly Rated Customer Experience", content: "Our commitment to excellence has earned us rave reviews and a loyal clientele who consistently rate us highly for service, results, and ambiance." }, { id: "feature-6", title: "Modern Techniques & Trends", content: "Our specialists are continuously trained in the latest beauty techniques and global trends, ensuring you receive cutting-edge styles and innovative treatments." } ]} - imageSrc="http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-dating-luxury-restaurant_613910-21002.jpg" - imageAlt="Luxury salon interior with client" - videoAriaLabel="Why choose us video" + videoSrc="http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-dating-luxury-restaurant_613910-21002.jpg" + videoAriaLabel="Luxury salon interior with client video" mediaAnimation="slide-up" mediaPosition="right" useInvertedBackground={false} -- 2.49.1