From fba19d86db68d29fb68798502b4b10ca1d745bee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:35:49 +0000 Subject: [PATCH 1/3] Update src/app/design-canvas/page.tsx --- src/app/design-canvas/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/design-canvas/page.tsx b/src/app/design-canvas/page.tsx index cab459e..3db25ef 100644 --- a/src/app/design-canvas/page.tsx +++ b/src/app/design-canvas/page.tsx @@ -38,7 +38,7 @@ export default function DesignCanvasPage() { description="Position your logos on any garment template with precise controls. Rotate, scale, and preview your designs in real-time before moving to supplier matching." tag="Design Tools" tagIcon={Move3d} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/an-interactive-canvas-showing-a-white-t--1772801642764-d0d6cce3.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/an-interactive-canvas-showing-a-white-t--1772801642764-d0d6cce3.png?_wi=2" imageAlt="Interactive canvas for logo placement" textPosition="bottom-left" showBlur={true} -- 2.49.1 From 871e3c6c60beca9bced0cd1006c7376fe7c657de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:35:49 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 035f256..6a7001b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,11 +66,11 @@ export default function LandingPage() { buttonHref: "#products" }, { - title: "Interactive Canvas Placement", description: "Position logos on any garment template with precise controls. Rotate, scale, and preview in real-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/an-interactive-canvas-showing-a-white-t--1772801642764-d0d6cce3.png", imageAlt: "Canvas logo placement tool", buttonIcon: Move3d, + title: "Interactive Canvas Placement", description: "Position logos on any garment template with precise controls. Rotate, scale, and preview in real-time", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/an-interactive-canvas-showing-a-white-t--1772801642764-d0d6cce3.png?_wi=1", imageAlt: "Canvas logo placement tool", buttonIcon: Move3d, buttonHref: "/design-canvas" }, { - title: "AI Visual Search", description: "Scan your design and instantly match with real suppliers. 2-second matching powered by Google Lens", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/a-visual-search-animation-with-a-2-secon-1772801642749-42d73384.png", imageAlt: "Visual search scanning animation", buttonIcon: Zap, + title: "AI Visual Search", description: "Scan your design and instantly match with real suppliers. 2-second matching powered by Google Lens", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/a-visual-search-animation-with-a-2-secon-1772801642749-42d73384.png?_wi=1", imageAlt: "Visual search scanning animation", buttonIcon: Zap, buttonHref: "/visual-search" }, { -- 2.49.1 From c79a0364e6bf18f4d89ed9e32e107e772e525d0f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:35:49 +0000 Subject: [PATCH 3/3] Update src/app/visual-search/page.tsx --- src/app/visual-search/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/visual-search/page.tsx b/src/app/visual-search/page.tsx index 9049af9..f3496a8 100644 --- a/src/app/visual-search/page.tsx +++ b/src/app/visual-search/page.tsx @@ -38,7 +38,7 @@ export default function VisualSearchPage() { description="Scan your design and instantly match with real suppliers. Our AI-powered visual search powered by Google Lens identifies matching products in just 2 seconds." tag="Search Technology" tagIcon={Zap} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/a-visual-search-animation-with-a-2-secon-1772801642749-42d73384.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZYNcpRFV3V44D4fPITDL3yqoO/a-visual-search-animation-with-a-2-secon-1772801642749-42d73384.png?_wi=2" imageAlt="Visual search scanning animation" textPosition="bottom-left" showBlur={true} -- 2.49.1