From 185245ee31388eafe9347e3b4c73a8362a86be12 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:48:33 +0000 Subject: [PATCH 1/3] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 9f63bec..b3b0fe8 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -75,13 +75,13 @@ export default function BookingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg?_wi=3", imageAlt: "Tattoo booking", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-light-pink_179666-1671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-light-pink_179666-1671.jpg?_wi=2", imageAlt: "Piercing booking", }, ]} -- 2.49.1 From 63bbe41199ca665716af9a3f091ce56e6b96c097 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:48:33 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 77460cf..276c44d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/tattoo-studio-vintage-colorful-emblem_225004-1557.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/tattoo-studio-vintage-colorful-emblem_225004-1557.jpg?_wi=3", imageAlt: "Contact showcase", }, ]} -- 2.49.1 From 4e83f2f7fd4e9fab49440fb0c824b98d403f0b34 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:48:33 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1a6257..0b2c86b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,17 +84,17 @@ export default function HomePage() { imageAlt: "Professional tattoo artwork", }, { - imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg?_wi=1", imageAlt: "Black and grey tattoo design", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/tattoo-studio-vintage-colorful-emblem_225004-1557.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/tattoo-studio-vintage-colorful-emblem_225004-1557.jpg?_wi=1", imageAlt: "Colourful tattoo artwork", }, { - imageSrc: "http://img.b2bpic.net/free-vector/vintage-tattoo-festival-colorful-poster_225004-1421.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-tattoo-festival-colorful-poster_225004-1421.jpg?_wi=1", imageAlt: "Sleeve tattoo design", }, ]} @@ -125,7 +125,7 @@ export default function HomePage() { name: "Black & Grey Portrait", price: "From £150", variant: "Custom Design", - imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reflection-bearded-man-barbershop-mirror_1304-2779.jpg?_wi=2", imageAlt: "Black and grey portrait tattoo", }, { @@ -133,7 +133,7 @@ export default function HomePage() { name: "Colour Custom Piece", price: "From £200", variant: "Full Consultation", - imageSrc: "http://img.b2bpic.net/free-vector/tattoo-studio-vintage-colorful-emblem_225004-1557.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/tattoo-studio-vintage-colorful-emblem_225004-1557.jpg?_wi=2", imageAlt: "Colourful custom tattoo", }, { @@ -141,7 +141,7 @@ export default function HomePage() { name: "Full Sleeve Design", price: "From £500", variant: "Multi-Session", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-tattoo-festival-colorful-poster_225004-1421.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/vintage-tattoo-festival-colorful-poster_225004-1421.jpg?_wi=2", imageAlt: "Full sleeve tattoo design", }, ]} @@ -174,7 +174,7 @@ export default function HomePage() { { title: "Professional Piercings", description: "Expert body piercing services with sterile equipment and quality jewellery options. Ear, facial, and body piercings performed by certified professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-light-pink_179666-1671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-young-girl-happily-smiling-light-pink_179666-1671.jpg?_wi=1", imageAlt: "Professional piercing service", buttonIcon: Star, buttonHref: "/services", -- 2.49.1