Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-22 13:35:08 +00:00

View File

@@ -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"
/>
</div>
@@ -191,4 +191,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}