From 22f81b3dae67be7ee573777dd550b4a0fb549e0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:12:04 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7e33f19..89a8ce2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { background={{ variant: "sparkles-gradient"}} useInvertedBackground={true} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-depicting-bu-1773270548888-37fee6f7.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-depicting-bu-1773270548888-37fee6f7.png?_wi=2" imageAlt="Contact and consultation illustration" mediaPosition="right" mediaAnimation="slide-up" @@ -117,7 +117,7 @@ export default function ContactPage() { { id: "6", title: "What are your pricing terms?", content: "Pricing is flexible and transparent. Pay monthly or annually (with 20% savings). All plans include access to platform features, community support, and deployment infrastructure."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-of-a-busines-1773270548061-b870883b.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-of-a-busines-1773270548061-b870883b.png?_wi=2" imageAlt="FAQ support illustration" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1 From 1b7a2b8c076a0a9d2f95f12f510e5efae0fc337d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:12:04 +0000 Subject: [PATCH 2/2] 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 190a2be..b179c97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -261,7 +261,7 @@ export default function HomePage() { { id: "6", title: "What are your pricing terms?", content: "Pricing is flexible and transparent. Pay monthly or annually (with 20% savings). All plans include access to platform features, community support, and deployment infrastructure."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-of-a-busines-1773270548061-b870883b.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-of-a-busines-1773270548061-b870883b.png?_wi=1" imageAlt="FAQ support illustration" mediaPosition="left" mediaAnimation="slide-up" @@ -282,7 +282,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-depicting-bu-1773270548888-37fee6f7.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoshJfjlEVWHjVUvJyQBZWRMDn/a-professional-illustration-depicting-bu-1773270548888-37fee6f7.png?_wi=1" imageAlt="Contact and consultation illustration" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1