From 5be423e3dc47ee76519e50a5ce5967a5e3fcdc1e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:38:43 +0000 Subject: [PATCH 1/3] 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 0f1844c..33b2738 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -80,7 +80,7 @@ export default function ContactPage() { "Yes! We provide comprehensive video tutorials, interactive guides, and webinars. Our knowledge base contains step-by-step instructions for all features, and we offer one-on-one training sessions for enterprise clients.", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-customer-support-illustration-showing--1772685458447-c7cca63f.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-customer-support-illustration-showing--1772685458447-c7cca63f.png?_wi=3" imageAlt="Support and help center" mediaAnimation="slide-up" mediaPosition="left" @@ -99,7 +99,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-illustration-of-property--1772685458298-65c963f6.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-illustration-of-property--1772685458298-65c963f6.png?_wi=2" imageAlt="Contact our team" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From fb3ff4544a453216017fb67bdcea9fcdebc64f5d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:38:43 +0000 Subject: [PATCH 2/3] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 13a918e..57cfdb6 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -55,7 +55,7 @@ export default function DashboardPage() { description: "Monitor all your properties with live analytics, occupancy rates, and performance metrics in real-time.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png?_wi=2", imageAlt: "Real-time analytics", }, { @@ -64,7 +64,7 @@ export default function DashboardPage() { description: "Easily add, edit, or manage your property listings with a streamlined interface designed for efficiency.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png?_wi=3", imageAlt: "Quick property management", }, { @@ -73,7 +73,7 @@ export default function DashboardPage() { description: "See all your tenant information at a glance with detailed profiles, lease status, and payment history.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-clean-tenant-information-management-in-1772685458807-83d1a036.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-clean-tenant-information-management-in-1772685458807-83d1a036.png?_wi=2", imageAlt: "Tenant overview dashboard", }, { @@ -82,7 +82,7 @@ export default function DashboardPage() { description: "Get a comprehensive overview of your rental income, expenses, and financial performance metrics.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png?_wi=3", imageAlt: "Financial summary", }, ]} @@ -121,7 +121,7 @@ export default function DashboardPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-customer-support-illustration-showing--1772685458447-c7cca63f.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-customer-support-illustration-showing--1772685458447-c7cca63f.png?_wi=2" imageAlt="Dashboard support" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From de7c642a4c066d9247ff416f0baa142c07d8f3e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:38:44 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a44322f..8c83da3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function HomePage() { }, { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png?_wi=1", imageAlt: "Property listing creation interface", }, ]} @@ -92,7 +92,7 @@ export default function HomePage() { description: "List properties with detailed room configurations, bed counts per room, and comprehensive floor information for better visibility.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/an-illustration-showing-property-listing-1772685460108-3eeb6f44.png?_wi=2", imageAlt: "Property listing interface", }, { @@ -101,7 +101,7 @@ export default function HomePage() { description: "Organize tenant information efficiently with centralized profiles, contact details, lease tracking, and communication history.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-clean-tenant-information-management-in-1772685458807-83d1a036.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-clean-tenant-information-management-in-1772685458807-83d1a036.png?_wi=1", imageAlt: "Tenant management interface", }, { @@ -119,7 +119,7 @@ export default function HomePage() { description: "Monitor rental income, track payments, and automate rent collection with comprehensive financial reporting and analytics.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-revenue-and-rent-management-dashboard--1772685458650-4d816dce.png?_wi=1", imageAlt: "Revenue analytics dashboard", }, ]} @@ -296,7 +296,7 @@ export default function HomePage() { "Our tenant management system includes: detailed tenant profiles, lease tracking, contact management, communication history, payment records, and verification status. Everything is organized in one accessible dashboard.", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-customer-support-illustration-showing--1772685458447-c7cca63f.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-customer-support-illustration-showing--1772685458447-c7cca63f.png?_wi=1" imageAlt="Customer support assistance" mediaAnimation="slide-up" mediaPosition="right" @@ -315,7 +315,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-illustration-of-property--1772685458298-65c963f6.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVk3fnp7cJD9dmblLoxcvKIRoA/a-professional-illustration-of-property--1772685458298-65c963f6.png?_wi=1" imageAlt="Team collaboration and property management success" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1