Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "haircut", name: "Haircut", price: "Starting at 150 UAH", variant: "Professional Cut", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-trimming-man-s-hair_8353-11416.jpg", imageAlt: "Professional haircut service"
|
||||
id: "haircut", name: "Haircut", price: "Starting at 150 UAH", variant: "Professional Cut", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-trimming-man-s-hair_8353-11416.jpg?_wi=1", imageAlt: "Professional haircut service"
|
||||
},
|
||||
{
|
||||
id: "fade", name: "Fade Haircut", price: "Starting at 180 UAH", variant: "Modern Fade", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-barber-shop_23-2149141764.jpg", imageAlt: "Professional fade cut styling"
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
id: "styling", name: "Hair Styling", price: "Starting at 120 UAH", variant: "Custom Style", imageSrc: "http://img.b2bpic.net/free-photo/adult-hairdresser-shaving-customers-beard-hair-salon_23-2148181971.jpg", imageAlt: "Professional hair styling service"
|
||||
},
|
||||
{
|
||||
id: "combo", name: "Complete Grooming", price: "Starting at 250 UAH", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-trimming-man-s-hair_8353-11416.jpg", imageAlt: "Complete grooming package"
|
||||
id: "combo", name: "Complete Grooming", price: "Starting at 250 UAH", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-trimming-man-s-hair_8353-11416.jpg?_wi=2", imageAlt: "Complete grooming package"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
tag="Premium Quality"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg?_wi=1"
|
||||
imageAlt="Modern CREW Barbershop interior"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "interior", title: "Stylish Environment", tags: ["Interior", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg", imageAlt: "Modern barbershop interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg?_wi=2", imageAlt: "Modern barbershop interior"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user