Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 23:37:04 +00:00

View File

@@ -58,7 +58,7 @@ export default function HomePage() {
tag="Expert Barbers"
tagIcon={Scissors}
tagAnimation="slide-up"
background="plain"
background={{ variant: "plain" }}
buttons={[
{
text: "Book an Appointment",
@@ -72,15 +72,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg",
imageAlt: "Dream Land Barbershop Interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205870.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205870.jpg",
imageAlt: "Professional Haircut Service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/brunette-man-lies-with-open-eyes-while-barber-cuts-his-beard_1304-2776.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-man-lies-with-open-eyes-while-barber-cuts-his-beard_1304-2776.jpg",
imageAlt: "Beard Grooming Service",
},
]}
@@ -97,7 +97,7 @@ export default function HomePage() {
description="Dream Land is a professional barbershop dedicated to providing exceptional grooming services. Located in the heart of Bursa at 7. Turan Sk. 9, we pride ourselves on attention to detail and customer satisfaction."
subdescription="With experienced barbers Noor and Ahmed, we offer a wide range of services from classic haircuts to modern styling. Every client is treated with respect and care, ensuring you leave feeling confident and refreshed."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg"
imageAlt="Dream Land Barbershop"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -118,7 +118,7 @@ export default function HomePage() {
name: "Noor",
role: "Master Barber",
description: "Specializing in modern cuts and fade techniques with over 10 years of experience.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg",
imageAlt: "Noor - Master Barber",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
name: "Ahmed",
role: "Senior Barber",
description: "Expert in beard grooming and classic styling. Known for precision and attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-bearded-man-smiling-looking-away-while-professional-barber-giving-him-haircut-copyspace_7502-5640.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-bearded-man-smiling-looking-away-while-professional-barber-giving-him-haircut-copyspace_7502-5640.jpg",
imageAlt: "Ahmed - Senior Barber",
},
]}