diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e188a39..02b6be5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -92,7 +92,7 @@ export default function AboutPage() { description="Client Testimonial" subdescription="Satisfied Customer" icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg?_wi=2" imageAlt="Professional barber team at Nashville barbershop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -109,7 +109,7 @@ export default function AboutPage() { description: "Our network of skilled barbers across all 300 Nashville locations brings years of expertise and dedication to every cut and style.", imageSrc: - "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg", + "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=16", imageAlt: "Expert barber providing professional service", }, { @@ -118,7 +118,7 @@ export default function AboutPage() { description: "We maintain consistent, high-quality standards across every location. Each barbershop is equipped with modern tools and amenities.", imageSrc: - "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg", + "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=4", imageAlt: "Quality barbershop environment and equipment", }, { @@ -127,7 +127,7 @@ export default function AboutPage() { description: "Nashville Barbershops is deeply rooted in the local community. We support local initiatives and give back to neighborhoods we serve.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg", + "http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg?_wi=3", imageAlt: "Community-focused barbershop team", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9c3b1a7..a12825a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { variant: "sparkles-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg?_wi=2" imageAlt="Customer support team ready to help" mediaAnimation="slide-up" mediaPosition="right" @@ -109,7 +109,7 @@ export default function ContactPage() { description: "Call any of our 300 locations directly for immediate assistance with booking, scheduling, or general inquiries about services.", imageSrc: - "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg", + "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=4", imageAlt: "Direct phone contact support", }, { @@ -118,7 +118,7 @@ export default function ContactPage() { description: "Use our interactive map to locate the nearest Nashville Barbershops location. Find addresses, hours, and phone numbers instantly.", imageSrc: - "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51651.jpg", + "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51651.jpg?_wi=2", imageAlt: "Location finder with GPS navigation", }, { @@ -127,7 +127,7 @@ export default function ContactPage() { description: "Have detailed questions? Email our support team at hello@nashvillebarbershops.com and we'll respond within 24 hours.", imageSrc: - "http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg", + "http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg?_wi=3", imageAlt: "Professional email support team", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d7e2c0..d0691de 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +