2 Commits

Author SHA1 Message Date
189dd3be5b Update src/pages/HomePage.tsx 2026-06-20 20:07:43 +00:00
kudinDmitriyUp
2afc498f21 Bob AI: Set image to https://storage.googleapis.com/webild/users/user_3FPl5ZDqxMctrsm2yN 2026-06-20 20:07:31 +00:00

View File

@@ -155,54 +155,61 @@ export default function HomePage() {
{
name: "Mr. L Mazaleni",
role: "Director",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589590.jpg",
imageSrc: "https://storage.googleapis.com/webild/users/user_3FPl5ZDqxMctrsm2yN6FVhe1LY6/uploaded-1781985963568-kn8k34xh.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialRatingCards
tag="Client Stories"
title="What Our Clients Say"
description="Building relationships as strong as our foundations."
testimonials={[
{
name: "Sarah Miller",
role: "Homeowner",
quote: "Exceptional attention to detail. Our dream home was delivered on time and within budget.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233783.jpg",
},
{
name: "David Thorne",
role: "Business Owner",
quote: "Professional, safe, and truly reliable. A top-tier choice for commercial construction.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-employees-chatting-stairway_1262-20331.jpg",
},
{
name: "Linda P.",
role: "Resident",
quote: "Mr. Mazaleni and his team are a cut above the rest. Exceptional quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=1",
},
{
name: "Mark V.",
role: "Developer",
quote: "Efficient management and transparent communication. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-front-building_23-2147702499.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-front-building_23-2147702499.jpg?_wi=1",
},
{
name: "Chloe G.",
role: "Homeowner",
quote: "Remarkable story indeed. Their expertise transformed our living space.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg?_wi=1",
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<div id="contact" data-section="contact" className="bg-white border-b border-yellow-500">
{
name: "Linda P.",
role: "Resident",
quote: "Mr. Mazaleni and his team are a cut above the rest. Exceptional quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=2",
},
{
name: "Mark V.",
role: "Developer",
quote: "Efficient management and transparent communication. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/three-architects-front-building_23-2147702499.jpg?_wi=2",
},
{
name: "Chloe G.",
role: "Homeowner",
quote: "Remarkable story indeed. Their expertise transformed our living space.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-handshaking-couple-congratulate-them-their-new-house_23-2148895484.jpg?_wi=2",
},
]}
/>