diff --git a/src/app/page.tsx b/src/app/page.tsx index aa7c478..d35dec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { tag="Rolfys Barbershop" background={{ variant: "fluid" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-27569.jpg", imageAlt: "Professional barbershop interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg", imageAlt: "Expert haircut service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg", imageAlt: "Traditional shave service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-hair-washed-salon_23-2148242829.jpg", imageAlt: "Beard grooming service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/senior-client-estimating-work-barber-mirror_23-2148181883.jpg", imageAlt: "Barbershop interior design" } + { imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-standing-office_1303-27569.jpg?_wi=1", imageAlt: "Professional barbershop interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=1", imageAlt: "Expert haircut service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg?_wi=1", imageAlt: "Traditional shave service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-hair-washed-salon_23-2148242829.jpg?_wi=1", imageAlt: "Beard grooming service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/senior-client-estimating-work-barber-mirror_23-2148181883.jpg?_wi=1", imageAlt: "Barbershop interior design" } ]} buttons={[ { text: "Book Appointment", href: "contact" }, @@ -66,16 +66,16 @@ export default function LandingPage() { tag="Services" features={[ { - title: "Professional Haircuts", description: "Precision cuts tailored to your style. Classic fades, modern cuts, and everything in between performed by master barbers.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg", imageAlt: "Professional haircut service" + title: "Professional Haircuts", description: "Precision cuts tailored to your style. Classic fades, modern cuts, and everything in between performed by master barbers.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barber-shop-concept_23-2148506366.jpg?_wi=2", imageAlt: "Professional haircut service" }, { - title: "Traditional Shaves", description: "Experience luxury with our signature hot towel shave. Straight razor techniques using premium products for smooth, healthy skin.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg", imageAlt: "Traditional shave service" + title: "Traditional Shaves", description: "Experience luxury with our signature hot towel shave. Straight razor techniques using premium products for smooth, healthy skin.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg?_wi=2", imageAlt: "Traditional shave service" }, { - title: "Beard Grooming", description: "Expert beard trimming, shaping, and maintenance. We keep your facial hair looking sharp and well-groomed year-round.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-hair-washed-salon_23-2148242829.jpg", imageAlt: "Beard grooming service" + title: "Beard Grooming", description: "Expert beard trimming, shaping, and maintenance. We keep your facial hair looking sharp and well-groomed year-round.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-hair-washed-salon_23-2148242829.jpg?_wi=2", imageAlt: "Beard grooming service" }, { - title: "Hair & Beard Treatments", description: "Premium treatments including conditioning, styling products, and specialized care to keep your hair and beard in top condition.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg", imageAlt: "Hair treatment results" + title: "Hair & Beard Treatments", description: "Premium treatments including conditioning, styling products, and specialized care to keep your hair and beard in top condition.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg?_wi=1", imageAlt: "Hair treatment results" } ]} textboxLayout="default" @@ -108,7 +108,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Rolfys", name: "Barbershop Interior", price: "Experience Quality", rating: 5, - reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/senior-client-estimating-work-barber-mirror_23-2148181883.jpg", imageAlt: "Barbershop interior" + reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/senior-client-estimating-work-barber-mirror_23-2148181883.jpg?_wi=2", imageAlt: "Barbershop interior" }, { id: "2", brand: "Rolfys", name: "Workstation Details", price: "Professional Setup", rating: 5, @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "3", brand: "Rolfys", name: "Client Results", price: "Expert Craftsmanship", rating: 5, - reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg", imageAlt: "Client haircut results" + reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg?_wi=2", imageAlt: "Client haircut results" }, { id: "4", brand: "Rolfys", name: "Lounge Area", price: "Comfortable Ambiance", rating: 5, @@ -186,7 +186,7 @@ export default function LandingPage() {