Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 22:12:34 +00:00

View File

@@ -54,15 +54,15 @@ export default function LandingPage() {
testimonials={[
{
name: "John Mitchell", handle: "Property Developer", testimonial: "C Wall Builders exceeded our expectations. Professional, timely, and exceptional quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
name: "Sarah Chen", handle: "Business Owner", testimonial: "From start to finish, they handled our commercial renovation with expertise and care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1"
},
{
name: "Michael Rodriguez", handle: "Homeowner", testimonial: "Our dream home became reality. Outstanding craftsmanship and attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
}
]}
testimonialRotationInterval={5000}
@@ -184,27 +184,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "James Patterson", role: "Property Developer", company: "Patterson Developments", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
},
{
id: "2", name: "Emily Watson", role: "Project Manager", company: "Commercial Real Estate Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2"
},
{
id: "3", name: "David Torres", role: "Homeowner", company: "Suburban Residents", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
},
{
id: "4", name: "Lisa Anderson", role: "Business Owner", company: "Anderson Enterprises", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3"
},
{
id: "5", name: "Michael Chang", role: "Architect", company: "Chang Design Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=4"
},
{
id: "6", name: "Jennifer Lee", role: "Facility Manager", company: "Corporate Services Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
}
]}
gridVariant="uniform-all-items-equal"