From 5e5e3edb64a1b750af1fb51e3d55099feb801978 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 03:37:33 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f681727..c988d8d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { /> Date: Wed, 15 Apr 2026 03:37:34 +0000 Subject: [PATCH 2/4] 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 5092805..7aaed56 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -39,7 +39,7 @@ export default function ContactPage() { /> Date: Wed, 15 Apr 2026 03:37:34 +0000 Subject: [PATCH 3/4] 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" }, ]} /> Date: Wed, 15 Apr 2026 03:37:34 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c215be..df431ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,9 +37,9 @@ export default function WebAgency2Page() { description="Transform your brand with cutting-edge web design." background={{ variant: "canvas-reveal" }} mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=3" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp?_wi=2" } ]} />