From 868e91872edbbf0e614469a03e2854c67396c655 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:37:41 +0000 Subject: [PATCH 1/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 b34028a..778eed8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ export default function ContactPage() { { text: "View FAQ", href: "#faq" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg" + imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg?_wi=2" imageAlt="Contact support interface" mediaAnimation="opacity" imagePosition="right" -- 2.49.1 From 85c03e07848cee78fb8ad6ffd9d2d831eca26ae6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:37:42 +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 9684d1a..0a32255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { { text: "Learn More", href: "#how-it-works" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg" + imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg?_wi=1" imageAlt="RateWorkers platform dashboard showing customer ratings" mediaAnimation="opacity" imagePosition="right" @@ -91,7 +91,7 @@ export default function HomePage() { id: 4, title: "Access Customer Insights", description: "Search and view customer ratings from other businesses. Make informed decisions before taking on new projects or clients.", - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904151.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904151.jpg?_wi=1", }, ]} textboxLayout="default" -- 2.49.1 From 6c6c65d1fc2ca343fabb7a7439348e0464cddb0b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:37:43 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f62bdba..7590e42 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -50,7 +50,7 @@ export default function PricingPage() { { text: "Contact Sales", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904151.jpg" + imageSrc="http://img.b2bpic.net/free-vector/admin-dashboard-panel-template_23-2147904151.jpg?_wi=2" imageAlt="Pricing dashboard interface" mediaAnimation="opacity" imagePosition="right" -- 2.49.1