diff --git a/src/app/page.tsx b/src/app/page.tsx index 4acccdb..6c6ee91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,13 +87,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Precision Haircuts", description: "Expert cutting techniques tailored to your hair type and personal style. From classic fades to modern cuts, we deliver results that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg", imageAlt: "Professional haircut service"}, + title: "Precision Haircuts", description: "Expert cutting techniques tailored to your hair type and personal style. From classic fades to modern cuts, we deliver results that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg?_wi=1", imageAlt: "Professional haircut service"}, { id: 2, - title: "Beard Styling & Trim", description: "Meticulous beard grooming that enhances your features. We shape, trim, and style with precision, using premium products for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg", imageAlt: "Expert beard trimming service"}, + title: "Beard Styling & Trim", description: "Meticulous beard grooming that enhances your features. We shape, trim, and style with precision, using premium products for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg?_wi=1", imageAlt: "Expert beard trimming service"}, { id: 3, - title: "Traditional Hot Shave", description: "The ultimate grooming experience. Our traditional straight razor shaves provide a smooth finish while maintaining skin health with premium aftercare products.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94760.jpg", imageAlt: "Traditional hot shave service"}, + title: "Traditional Hot Shave", description: "The ultimate grooming experience. Our traditional straight razor shaves provide a smooth finish while maintaining skin health with premium aftercare products.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94760.jpg?_wi=1", imageAlt: "Traditional hot shave service"}, ]} textboxLayout="default" animationType="blur-reveal" @@ -136,17 +136,17 @@ export default function LandingPage() { tagAnimation="slide-up" plans={[ { - id: "haircut", title: "Precision Haircut", price: "£35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg", imageAlt: "Precision haircut service", features: [ + id: "haircut", title: "Precision Haircut", price: "£35", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg?_wi=2", imageAlt: "Precision haircut service", features: [ "Expert cut tailored to your style", "Consultation included", "Neck line and detail work", "Premium finishing products"], button: { text: "Book Now", href: "contact" }, }, { - id: "beard", title: "Beard Trim & Style", price: "£25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg", imageAlt: "Beard styling service", features: [ + id: "beard", title: "Beard Trim & Style", price: "£25", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg?_wi=2", imageAlt: "Beard styling service", features: [ "Meticulous shaping and trimming", "Beard conditioning treatment", "Style guidance included", "Premium grooming products"], button: { text: "Book Now", href: "contact" }, }, { - id: "shave", title: "Traditional Hot Shave", price: "£40", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94760.jpg", imageAlt: "Traditional hot shave service", features: [ + id: "shave", title: "Traditional Hot Shave", price: "£40", period: "per service", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-barber-applying-cream-clients-beard_107420-94760.jpg?_wi=2", imageAlt: "Traditional hot shave service", features: [ "Traditional straight razor technique", "Hot towel treatment", "Premium aftershave balm", "Skin conditioning included"], button: { text: "Book Now", href: "contact" }, },