Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-06 14:23:12 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
]}
showDimOverlay={true}
showBlur={true}
imageSrc="http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg"
imageSrc="http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg?_wi=1"
imageAlt="Luxurious salon interior in Dubai Marina"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg", alt: "Customer" },
@@ -87,7 +87,7 @@ export default function LandingPage() {
features={[
{
title: "Spa & Massage", description: "Deep tissue, Moroccan baths, and indulgent couples spa retreats.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/spa-woman-beautiful-girl-after-bath-jacuzzi-spa-relaxing-after-massage-wrapped-towels-skincare-perfect-smooth-young-exfoliated-skin-woman-pleased-with-results-from-spa-treatments_639032-495.jpg", imageAlt: "elegant salon gold monogram"
imageSrc: "http://img.b2bpic.net/free-photo/spa-woman-beautiful-girl-after-bath-jacuzzi-spa-relaxing-after-massage-wrapped-towels-skincare-perfect-smooth-young-exfoliated-skin-woman-pleased-with-results-from-spa-treatments_639032-495.jpg?_wi=1", imageAlt: "elegant salon gold monogram"
},
items: [
{ icon: Waves, text: "World-class therapists" },
@@ -97,7 +97,7 @@ export default function LandingPage() {
},
{
title: "Hair & Colour", description: "Precision cuts, rich colour transformations, and luxury hair treatments.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg", imageAlt: "portrait happy woman salon"
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg?_wi=2", imageAlt: "portrait happy woman salon"
},
items: [
{ icon: Scissors, text: "Professional stylists" },
@@ -107,7 +107,7 @@ export default function LandingPage() {
},
{
title: "Nails & Beauty", description: "Meticulous gel overlays, nail art, and rejuvenation for hands and feet.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg", imageAlt: "portrait stylish woman spa"
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg?_wi=1", imageAlt: "portrait stylish woman spa"
},
items: [
{ icon: Palette, text: "Expert artistry" },
@@ -147,11 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "m1", name: "Marco", role: "Master Hairstylist", description: "Colour transformations and precision cutting expert.", imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg"},
id: "m1", name: "Marco", role: "Master Hairstylist", description: "Colour transformations and precision cutting expert.", imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg?_wi=3"},
{
id: "m2", name: "Nini", role: "Nail Artist", description: "Gel overlay specialist with an eye for perfect shape.", imageSrc: "http://img.b2bpic.net/free-photo/spa-woman-beautiful-girl-after-bath-jacuzzi-spa-relaxing-after-massage-wrapped-towels-skincare-perfect-smooth-young-exfoliated-skin-woman-pleased-with-results-from-spa-treatments_639032-495.jpg"},
id: "m2", name: "Nini", role: "Nail Artist", description: "Gel overlay specialist with an eye for perfect shape.", imageSrc: "http://img.b2bpic.net/free-photo/spa-woman-beautiful-girl-after-bath-jacuzzi-spa-relaxing-after-massage-wrapped-towels-skincare-perfect-smooth-young-exfoliated-skin-woman-pleased-with-results-from-spa-treatments_639032-495.jpg?_wi=2"},
{
id: "m3", name: "Lisa", role: "Massage Therapist", description: "World-class expert in therapeutic massage.", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg"},
id: "m3", name: "Lisa", role: "Massage Therapist", description: "World-class expert in therapeutic massage.", imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-wearing-white-their-wedding_23-2150835701.jpg?_wi=2"},
{
id: "m4", name: "Kim", role: "Spa & Facial Expert", description: "Skincare specialist known for deeply relaxing facials.", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-have-fun-mall-fountain_1153-4206.jpg"},
]}