Merge version_1 into main #1
@@ -54,19 +54,19 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-hairdresser-washing-hair-bearded-men-client-saloon_613910-14628.jpg", imageAlt: "Hair styling expertise"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg", imageAlt: "Hair wash and treatment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg?_wi=1", imageAlt: "Hair wash and treatment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-hair-brushes_23-2147711530.jpg", imageAlt: "Professional grooming tools"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg", imageAlt: "Modern salon interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg?_wi=1", imageAlt: "Modern salon interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-sisters-little-chat_329181-10653.jpg", imageAlt: "Hair transformation results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", imageAlt: "Satisfied customer experience"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Professional stylist at work"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=1", imageAlt: "Professional stylist at work"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now: +267 313 2714", href: "tel:+267313271" },
|
||||
@@ -91,13 +91,13 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mpilo", handle: "@mpilo", testimonial: "I love the service and especially the wash. Professional and friendly team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Professional portrait"},
|
||||
{
|
||||
id: "3", name: "Naledi", handle: "@naledi", testimonial: "Amazing experience every time. The stylists are skilled and attentive to detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Professional portrait"},
|
||||
{
|
||||
id: "4", name: "Thabo", handle: "@thabo", testimonial: "My go-to salon for quality haircuts. Highly recommend to everyone in Gaborone.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Professional portrait"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -117,11 +117,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Men & Women", title: "Haircuts", subtitle: "Precision cuts for every style", description: "Expert scissor work and styling for men and women. From classic cuts to modern trends, we deliver precision and artistry tailored to your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Professional haircut service", buttons: [{ text: "Book Haircut", href: "contact" }],
|
||||
tag: "Men & Women", title: "Haircuts", subtitle: "Precision cuts for every style", description: "Expert scissor work and styling for men and women. From classic cuts to modern trends, we deliver precision and artistry tailored to your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=2", imageAlt: "Professional haircut service", buttons: [{ text: "Book Haircut", href: "contact" }],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Luxury Care", title: "Wash & Style", subtitle: "Rejuvenating treatment experience", description: "Relax while our professionals provide a refreshing wash followed by expert styling. The perfect complement to any service or standalone luxury treatment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg", imageAlt: "Hair wash and styling service", buttons: [{ text: "Book Service", href: "contact" }],
|
||||
tag: "Luxury Care", title: "Wash & Style", subtitle: "Rejuvenating treatment experience", description: "Relax while our professionals provide a refreshing wash followed by expert styling. The perfect complement to any service or standalone luxury treatment.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-hair-washed-by-hairdresser-salon_633478-691.jpg?_wi=2", imageAlt: "Hair wash and styling service", buttons: [{ text: "Book Service", href: "contact" }],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
description="Danny & The Team"
|
||||
subdescription="Professional Stylists | Western Commercial Rd, Gaborone"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg?_wi=2"
|
||||
imageAlt="Hair Essentials salon interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -164,9 +164,9 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Salon Interior", price: "Visit Us", variant: "Clean & Professional Space", imageSrc: "http://img.b2bpic.net/free-photo/empty-chairs-modern-brick-wall-room_482257-119333.jpg", imageAlt: "Hair Essentials modern salon interior"},
|
||||
{
|
||||
id: "2", name: "Haircut Results", price: "Excellence", variant: "Precision Styling", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Professional haircut result"},
|
||||
id: "2", name: "Haircut Results", price: "Excellence", variant: "Precision Styling", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=3", imageAlt: "Professional haircut result"},
|
||||
{
|
||||
id: "3", name: "Professional Team", price: "Expertise", variant: "Experienced Stylists", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "Hair Essentials professional team"},
|
||||
id: "3", name: "Professional Team", price: "Expertise", variant: "Experienced Stylists", imageSrc: "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=4", imageAlt: "Hair Essentials professional team"},
|
||||
{
|
||||
id: "4", name: "Premium Equipment", price: "Quality", variant: "Professional Tools", imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", imageAlt: "Professional salon equipment"},
|
||||
{
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
required: false,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hairdresser-shop-with-chairs_23-2149220584.jpg?_wi=3"
|
||||
imageAlt="Hair Essentials location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user