Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 21:40:14 +00:00

View File

@@ -121,19 +121,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Springfield, MO", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell - satisfied homeowner"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell - satisfied homeowner"
},
{
id: "2", name: "James Cooper", role: "Property Manager", company: "Branson Commercial Properties", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Cooper - commercial client"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Cooper - commercial client"
},
{
id: "3", name: "Maria Rodriguez", role: "Homeowner", company: "Joplin, MO", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez - satisfied customer"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Maria Rodriguez - satisfied customer"
},
{
id: "4", name: "David Thompson", role: "Facilities Director", company: "Ozarks Regional Hospital", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson - institutional client"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson - institutional client"
}
]}
gridVariant="uniform-all-items-equal"