From b8fa88f3244bb9806d4e58a141b319e2c8e0a301 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:35:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3a7caf..d2e2e62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,9 +143,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Sarah", role: "Homeowner", company: "Kigali Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/florist-woman-looking-camera-while-planting-flowers-kitchen-home-decoration_482257-8647.jpg" }, - { id: "t2", name: "John", role: "Office Manager", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-working-his-office-businessperson-professional-environment_482257-32721.jpg" }, - { id: "t3", name: "Marie", role: "Tenant", company: "Apartment renter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-embracing-cleaning_23-2147766998.jpg" }, + { id: "t1", name: "Sarah", role: "Homeowner", company: "Kigali Resident", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776864890846-65lnvuti.jpg" }, + { id: "t2", name: "John", role: "Office Manager", company: "Local Business", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776864890846-rod7rdkx.jpg" }, + { id: "t3", name: "Marie", role: "Tenant", company: "Apartment renter", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776864890846-njoh4u2s.jpg" }, ]} kpiItems={[{ value: "100+", label: "Happy Clients" }, { value: "500+", label: "Jobs Completed" }, { value: "4.9/5", label: "Avg. Rating" }]} title="What Our Clients Say" @@ -177,7 +177,7 @@ export default function LandingPage() { { name: "location", type: "text", placeholder: "Your Location (District)", required: true }, ]} textarea={{ name: "message", placeholder: "Service details (date, type, etc.)", rows: 4 }} - imageSrc="http://img.b2bpic.net/free-photo/excited-asian-housekeeper-wearing-yellow-rubber-gloves-giving-thumbs-up-smiling-confidently-against_482257-134755.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CiJyZriwRvAiqfkfQjS3R5ZqRR/uploaded-1776864890846-65lnvuti.jpg" /> @@ -191,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1