diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 523c31b..8429109 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -62,7 +62,7 @@ export default function BookingPage() { { value: "24/7", title: "Online Booking Available" }, { value: "5 min", title: "Average Booking Time" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg?_wi=3" imageAlt="Professional barber consultation" useInvertedBackground={false} mediaAnimation="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cea76e0..a2b075f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,7 +62,7 @@ export default function ContactPage() { { value: "7 Days", title: "Open Weekly" }, { value: "Free", title: "Parking Available" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=3" imageAlt="Sufi Barber location and interior" useInvertedBackground={false} mediaAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 482d6bb..a88ee91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function HomePage() { { value: "15+", title: "Years Combined Experience" }, { value: "500+", title: "Satisfied Clients Monthly" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg?_wi=1" imageAlt="Sufi Barber master craftsman at work" useInvertedBackground={false} mediaAnimation="slide-up" @@ -86,7 +86,7 @@ export default function HomePage() { title: "Classic Haircut", price: "$35", period: "Starting", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=1", imageAlt: "Professional haircut", button: { text: "Book Haircut", href: "/booking" }, features: [ @@ -101,7 +101,7 @@ export default function HomePage() { title: "Premium Beard Service", price: "$25", period: "Starting", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-barbershop-shaving-beard_1303-26258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-barbershop-shaving-beard_1303-26258.jpg?_wi=1", imageAlt: "Premium beard grooming", button: { text: "Book Beard Service", href: "/booking" }, features: [ @@ -116,7 +116,7 @@ export default function HomePage() { title: "Lineup + Edge Detail", price: "$15", period: "Starting", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg?_wi=1", imageAlt: "Precision lineup service", button: { text: "Book Lineup", href: "/booking" }, features: [ @@ -148,7 +148,7 @@ export default function HomePage() { title: "Raj Patel", subtitle: "Master Barber & Owner", detail: "20+ years | Fade & Design Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg?_wi=2", imageAlt: "Raj Patel", }, { @@ -156,7 +156,7 @@ export default function HomePage() { title: "Ahmed Khan", subtitle: "Senior Barber", detail: "15+ years | Beard & Traditional Cuts", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=1", imageAlt: "Ahmed Khan", }, ], @@ -170,7 +170,7 @@ export default function HomePage() { title: "Marco Santos", subtitle: "Premium Barber", detail: "10+ years | Modern Fades & Styles", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marco Santos", }, { @@ -178,7 +178,7 @@ export default function HomePage() { title: "Dev Sharma", subtitle: "Specialist Barber", detail: "8+ years | Styling & Grooming", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Dev Sharma", }, ], @@ -201,7 +201,7 @@ export default function HomePage() { category: "Fade & Design", title: "Classic Fade Master", excerpt: "Clean geometry meets artistic precision in this signature fade design with sharp line work", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=2", imageAlt: "Classic fade haircut", authorName: "Raj Patel", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", @@ -212,7 +212,7 @@ export default function HomePage() { category: "Beard Grooming", title: "Premium Beard Sculpting", excerpt: "Expert beard shaping with integrated fade and hot towel conditioning for the perfect finish", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-barbershop-shaving-beard_1303-26258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-barbershop-shaving-beard_1303-26258.jpg?_wi=2", imageAlt: "Premium beard grooming", authorName: "Ahmed Khan", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", @@ -223,7 +223,7 @@ export default function HomePage() { category: "Modern Styling", title: "Contemporary Cut", excerpt: "Modern textured cut with precise fading and edge detail for sophisticated style", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg?_wi=2", imageAlt: "Modern haircut styling", authorName: "Marco Santos", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", @@ -234,7 +234,7 @@ export default function HomePage() { category: "Barbershop", title: "Premium Experience", excerpt: "Sufi Barber's luxury interior designed for comfort, precision, and the ultimate grooming experience", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=1", imageAlt: "Sufi Barber interior design", authorName: "Sufi Team", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", @@ -260,7 +260,7 @@ export default function HomePage() { role: "Software Engineer", company: "Tech Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=2", imageAlt: "Anil Desai", }, { @@ -269,7 +269,7 @@ export default function HomePage() { role: "Business Owner", company: "DMV Entrepreneur", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Hassan Malik", }, { @@ -278,7 +278,7 @@ export default function HomePage() { role: "Creative Director", company: "Marketing Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marcus Johnson", }, { @@ -287,7 +287,7 @@ export default function HomePage() { role: "Finance Manager", company: "Corporate Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=1", imageAlt: "Vikram Patel", }, { @@ -305,7 +305,7 @@ export default function HomePage() { role: "Graduate Student", company: "University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=2", imageAlt: "Rohan Singh", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9736002..f1e7906 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,7 +49,7 @@ export default function ServicesPage() { title: "Classic Haircut", price: "$35", period: "Starting", - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=3", imageAlt: "Professional haircut service", button: { text: "Book Now", href: "/booking" }, features: [ @@ -64,7 +64,7 @@ export default function ServicesPage() { title: "Premium Beard Service", price: "$25", period: "Starting", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-barbershop-shaving-beard_1303-26258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-barbershop-shaving-beard_1303-26258.jpg?_wi=3", imageAlt: "Beard grooming and shaping", button: { text: "Book Now", href: "/booking" }, features: [ @@ -79,7 +79,7 @@ export default function ServicesPage() { title: "Lineup + Edge Detail", price: "$15", period: "Starting", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-female-hairdresser-washing-bearded-men-s-hair-before-haircut-saloon_613910-5446.jpg?_wi=3", imageAlt: "Precision edge and lineup work", button: { text: "Book Now", href: "/booking" }, features: [ @@ -106,7 +106,7 @@ export default function ServicesPage() { { value: "15+", title: "Years Master Craftsmanship" }, { value: "500+", title: "Regular Satisfied Clients" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=2" imageAlt="Premium barbershop environment" useInvertedBackground={false} mediaAnimation="slide-up"