Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-06-08 11:34:26 +00:00

View File

@@ -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}
/>
</div>
@@ -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}