diff --git a/src/app/page.tsx b/src/app/page.tsx index 86887d1..6d64484 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { carouselItems={[ { id: "slide-1", - imageSrc: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg?_wi=1", imageAlt: "Barber cutting hair", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { description="At Gil’s Barbershop, we believe a great haircut is more than just grooming—it's a confidence boost. We’ve served the Thousand Oaks community with dedication, ensuring every cut reflects our commitment to precision and style." subdescription="Rated 4.6 stars by over 60 locals who trust us to keep them looking sharp." icon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -131,13 +131,13 @@ export default function LandingPage() { id: "s1", name: "Haircuts", price: "From $30", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=1", }, { id: "s2", name: "Skin Fades", price: "From $35", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11915.jpg?_wi=1", }, { id: "s3", @@ -190,7 +190,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Professional, clean, and always on point.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/various-trimmers-dressing-table_107420-94767.jpg?_wi=2", imageAlt: "Man with hat buttoning his vest", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Solid shop, great vibes, even better haircuts.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-washing-head_627829-7234.jpg?_wi=2", imageAlt: "Man with hat buttoning his vest", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Line-ups are sharp and quick.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=2", imageAlt: "Man with hat buttoning his vest", }, { @@ -217,7 +217,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Highly recommended neighborhood spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-blond-bearded-male-dressed-black-leather-jacket_613910-11915.jpg?_wi=2", imageAlt: "Man with hat buttoning his vest", }, ]}