Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 21:04:11 +00:00

View File

@@ -51,11 +51,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Lorent C.", handle: "Satisfied Client", testimonial: "Incredible service... he did it perfectly. The price is so good.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=1"
},
{
name: "Eris", handle: "Regular Customer", testimonial: "The first barbershop I've seen that truly combines professionalism with modern style.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=1"
}
]}
buttons={[
@@ -79,11 +79,11 @@ export default function LandingPage() {
},
{
id: 2,
title: "Hairstyling", description: "Expert styling for any occasion. We recreate any look you bring as a reference photo with professional precision.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional Hair Styling Service"
title: "Hairstyling", description: "Expert styling for any occasion. We recreate any look you bring as a reference photo with professional precision.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg?_wi=1", imageAlt: "Professional Hair Styling Service"
},
{
id: 3,
title: "Hair Highlighting", description: "Modern color techniques to enhance your style. Precision highlighting that complements your natural look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional Hair Highlighting"
title: "Hair Highlighting", description: "Modern color techniques to enhance your style. Precision highlighting that complements your natural look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg?_wi=2", imageAlt: "Professional Hair Highlighting"
},
{
id: 4,
@@ -102,7 +102,7 @@ export default function LandingPage() {
{ value: "5.0★", title: "Client Rating (73+ Reviews)" },
{ value: "10+", title: "Years of Combined Excellence" }
]}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg?_wi=1"
imageAlt="Mustaqe Saloon Professional Team"
useInvertedBackground={true}
mediaAnimation="slide-up"
@@ -140,10 +140,10 @@ export default function LandingPage() {
cardAnimation="slide-up"
testimonials={[
{
id: "1", name: "Lorent C.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg", imageAlt: "Lorent C."
id: "1", name: "Lorent C.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=2", imageAlt: "Lorent C."
},
{
id: "2", name: "Eris", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "Eris"
id: "2", name: "Eris", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=2", imageAlt: "Eris"
},
{
id: "3", name: "Klajdi", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", imageAlt: "Klajdi"
@@ -167,7 +167,7 @@ export default function LandingPage() {
name: "service", placeholder: "Which service are you interested in? (Taper Fade, Hairstyling, etc.)", rows: 4,
required: true
}}
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg?_wi=2"
imageAlt="Mustaqe Saloon Interior"
mediaAnimation="slide-up"
useInvertedBackground={false}