From e29d242073f453fbd20f222e6aecff73ee65aa63 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 03:37:34 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 59613d6..13131e4 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -44,13 +44,13 @@ export default function GalleryPage() { { id: "1", name: "Classic Fade", price: "$50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp" }, { id: "2", name: "Modern Textured", price: "$60", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp" }, { id: "3", name: "Precision Beard Trim", price: "$40", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp" }, - { id: "4", name: "Buzz Cut Refined", price: "$35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp" }, + { id: "4", name: "Buzz Cut Refined", price: "$35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2" }, ]} />