Merge version_1 into main #2

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

View File

@@ -47,22 +47,22 @@ export default function LandingPage() {
tag="Excellence in Building"
tagIcon={Hammer}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/builders-standing-building-site_1398-5106.jpg"
imageAlt="Professional construction team on site"
mediaAnimation="slide-up"
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?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
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?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
},
{
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?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -89,6 +89,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg"
imageAlt="C Wall Builders professional team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -183,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?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
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?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
},
{
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?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
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?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
},
{
id: "5", name: "Michael Chang", role: "Architect", company: "Chang Design Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg"
},
{
id: "6", name: "Jennifer Lee", role: "Facility Manager", company: "Corporate Services Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
gridVariant="uniform-all-items-equal"