Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -55,10 +55,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-hairstylist-indoors_23-2149220522.jpg", imageAlt: "Professional barber cutting hair" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg", imageAlt: "Clean fade haircut" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cleaning-electric-trimmer-with-brush_23-2147839780.jpg", imageAlt: "Experienced barber professional" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-haircut-from_23-2148256995.jpg", imageAlt: "Modern haircut result" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg", imageAlt: "Professional beard trim" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=1", imageAlt: "Clean fade haircut" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cleaning-electric-trimmer-with-brush_23-2147839780.jpg?_wi=1", imageAlt: "Experienced barber professional" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-haircut-from_23-2148256995.jpg?_wi=1", imageAlt: "Modern haircut result" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg?_wi=1", imageAlt: "Professional beard trim" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "fade", title: "Fade Haircut", price: "$25", period: "per cut", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg", imageAlt: "Fade haircut service", button: { text: "Book Now", href: "location" },
|
||||
id: "fade", title: "Fade Haircut", price: "$25", period: "per cut", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=2", imageAlt: "Fade haircut service", button: { text: "Book Now", href: "location" },
|
||||
features: ["Professional fade styling", "Clean line work", "Expert blending", "Relaxing atmosphere"]
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
tagIcon={Award}
|
||||
title="Craftsmanship Meets Modern Style"
|
||||
description="Sharp Cuts has been serving the community for over 15 years, combining traditional barbering techniques with contemporary styles. Our team of experienced barbers is dedicated to delivering exceptional service in a welcoming environment where every client feels valued and cared for."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cleaning-electric-trimmer-with-brush_23-2147839780.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cleaning-electric-trimmer-with-brush_23-2147839780.jpg?_wi=2"
|
||||
imageAlt="Our experienced barber team"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -123,10 +123,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "work-1", name: "Modern Fade Cut", price: "Featured Work", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-haircut-from_23-2148256995.jpg", imageAlt: "Modern fade haircut portfolio"
|
||||
id: "work-1", name: "Modern Fade Cut", price: "Featured Work", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-new-haircut-from_23-2148256995.jpg?_wi=2", imageAlt: "Modern fade haircut portfolio"
|
||||
},
|
||||
{
|
||||
id: "work-2", name: "Beard Grooming", price: "Featured Work", imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg", imageAlt: "Professional beard trim portfolio"
|
||||
id: "work-2", name: "Beard Grooming", price: "Featured Work", imageSrc: "http://img.b2bpic.net/free-photo/master-applying-shaving-foam-client-face_1153-9444.jpg?_wi=2", imageAlt: "Professional beard trim portfolio"
|
||||
},
|
||||
{
|
||||
id: "work-3", name: "Classic Styling", price: "Featured Work", imageSrc: "http://img.b2bpic.net/free-photo/female-hairstylist-doing-haircut-handsome-model-with-toned-hair_651396-990.jpg", imageAlt: "Classic haircut styling portfolio"
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
id: "work-5", name: "Shop Atmosphere", price: "Premium Space", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186465.jpg", imageAlt: "Professional barbershop interior"
|
||||
},
|
||||
{
|
||||
id: "work-6", name: "Quality Results", price: "Our Standard", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg", imageAlt: "Quality haircut results"
|
||||
id: "work-6", name: "Quality Results", price: "Our Standard", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=3", imageAlt: "Quality haircut results"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user