Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:41:18 +00:00

View File

@@ -60,19 +60,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Margaret Chen", handle: "CEO, Luxury Homes NYC", testimonial: "Their attention to detail and seamless execution transformed our penthouse. Every element reflects perfection.", 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: "David Richardson", handle: "Principal Architect, Richardson & Associates", testimonial: "Working with their team on our high-end projects has been exceptional. They understand craftsmanship at the highest level.", 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"
},
{
name: "Sarah Mitchell", handle: "Commercial Property Manager", testimonial: "Their reliability and attention to timeline delivery on retail spaces is unmatched. We trust them completely.", 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"
},
{
name: "James Peterson", handle: "Owner, Peterson Estates", testimonial: "The quality of their stone work and flooring expertise sets them apart. Worth every investment.", 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"
}
]}
testimonialRotationInterval={5000}
@@ -174,23 +174,23 @@ export default function LandingPage() {
{
id: "founders", groupTitle: "Founders & Partners", members: [
{
id: "1", title: "Marcus Whitfield", subtitle: "Founder & Chief Craftsman", detail: "marcus@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg"
id: "1", title: "Marcus Whitfield", subtitle: "Founder & Chief Craftsman", detail: "marcus@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=1"
},
{
id: "2", title: "Elena Rossi", subtitle: "Co-Founder & Design Director", detail: "elena@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg"
id: "2", title: "Elena Rossi", subtitle: "Co-Founder & Design Director", detail: "elena@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg?_wi=1"
}
]
},
{
id: "specialists", groupTitle: "Master Specialists", members: [
{
id: "3", title: "James Chen", subtitle: "Stone & Masonry Master", detail: "james@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg"
id: "3", title: "James Chen", subtitle: "Stone & Masonry Master", detail: "james@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=2"
},
{
id: "4", title: "Victoria Martinez", subtitle: "Flooring & Surface Expert", detail: "victoria@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg"
id: "4", title: "Victoria Martinez", subtitle: "Flooring & Surface Expert", detail: "victoria@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-with-plans-helmet_1149-1127.jpg?_wi=2"
},
{
id: "5", title: "Robert Sullivan", subtitle: "Project Manager & Coordinator", detail: "robert@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg"
id: "5", title: "Robert Sullivan", subtitle: "Project Manager & Coordinator", detail: "robert@craftsman.co", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg?_wi=3"
}
]
}