diff --git a/src/app/page.tsx b/src/app/page.tsx index c0d5aa0..8795911 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,19 +47,19 @@ export default function LandingPage() { background={{ variant: "fluid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg", imageAlt: "Professional barbershop interior" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg?_wi=1", imageAlt: "Professional barbershop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-getting-groomed_23-2149220555.jpg", imageAlt: "Expert haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-man-getting-groomed_23-2149220555.jpg?_wi=1", imageAlt: "Expert haircut service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-shirless-man-with-hairy-chest_52683-110976.jpg", imageAlt: "Traditional shave service" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-shirless-man-with-hairy-chest_52683-110976.jpg?_wi=1", imageAlt: "Traditional shave service" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkl7pt", imageAlt: "Beard grooming service" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkl7pt&_wi=1", imageAlt: "Beard grooming service" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=io5lqu", imageAlt: "Barbershop interior design" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=io5lqu&_wi=1", imageAlt: "Barbershop interior design" } ]} buttons={[ @@ -76,16 +76,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/medium-shot-senior-man-getting-groomed_23-2149220555.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/medium-shot-senior-man-getting-groomed_23-2149220555.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/portrait-shirless-man-with-hairy-chest_52683-110976.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/portrait-shirless-man-with-hairy-chest_52683-110976.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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkl7pt", 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gkl7pt&_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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bbv2", 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bbv2&_wi=1", imageAlt: "Hair treatment results" } ]} textboxLayout="default" @@ -118,7 +118,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Rolfys", name: "Barbershop Interior", price: "Experience Quality", rating: 5, - reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=io5lqu", imageAlt: "Barbershop interior" + reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=io5lqu&_wi=2", imageAlt: "Barbershop interior" }, { id: "2", brand: "Rolfys", name: "Workstation Details", price: "Professional Setup", rating: 5, @@ -126,7 +126,7 @@ export default function LandingPage() { }, { id: "3", brand: "Rolfys", name: "Client Results", price: "Expert Craftsmanship", rating: 5, - reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bbv2", imageAlt: "Client haircut results" + reviewCount: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t5bbv2&_wi=2", imageAlt: "Client haircut results" }, { id: "4", brand: "Rolfys", name: "Lounge Area", price: "Comfortable Ambiance", rating: 5, @@ -196,7 +196,7 @@ export default function LandingPage() {