Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-09 13:57:05 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
testimonials={[
{
name: "Derek Lebow", handle: "Homeowner, Toronto", testimonial: "Best HVAC company I've ever dealt with. Giancarlo was fantastic from start to finish—professional, responsive, and trustworthy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Derek Lebow"
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1", imageAlt: "Derek Lebow"
}
]}
background={{ variant: "plain" }}
@@ -89,10 +89,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Julie", handle: "Homeowner, Toronto", testimonial: "Alex came within hours of our call, diagnosed the issue immediately and found the replacement part. Installation was quick and smooth. Incredible service.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Julie"
id: "1", name: "Julie", handle: "Homeowner, Toronto", testimonial: "Alex came within hours of our call, diagnosed the issue immediately and found the replacement part. Installation was quick and smooth. Incredible service.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=2", imageAlt: "Julie"
},
{
id: "2", name: "Jonathan Rogers", handle: "Homeowner, Thornhill", testimonial: "They replaced our AC unit and hot water tank. They clearly explained what they recommend and why. Honest and knowledgeable professionals.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg", imageAlt: "Jonathan Rogers"
id: "2", name: "Jonathan Rogers", handle: "Homeowner, Thornhill", testimonial: "They replaced our AC unit and hot water tank. They clearly explained what they recommend and why. Honest and knowledgeable professionals.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=1", imageAlt: "Jonathan Rogers"
},
{
id: "3", name: "Derek Lebow", handle: "Homeowner, Scarborough", testimonial: "Best HVAC company I've ever dealt with. Giancarlo was fantastic from start to finish. Professional, responsive and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-looking-camera-office_23-2148218515.jpg", imageAlt: "Derek Lebow"
@@ -101,10 +101,10 @@ export default function LandingPage() {
id: "4", name: "Sarah Mitchell", handle: "Homeowner, Richmond Hill", testimonial: "The team was punctual, clean, and thoroughly professional. They took time to explain all options and pricing upfront. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "5", name: "Michael Chen", handle: "Homeowner, Markham", testimonial: "One of the best in the industry. Fair pricing, expert knowledge, and installation work that exceeded expectations. Will use again for future needs.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "Michael Chen"
id: "5", name: "Michael Chen", handle: "Homeowner, Markham", testimonial: "One of the best in the industry. Fair pricing, expert knowledge, and installation work that exceeded expectations. Will use again for future needs.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=3", imageAlt: "Michael Chen"
},
{
id: "6", name: "Karen Martinez", handle: "Homeowner, Vaughan", testimonial: "Giancarlo and his team transformed our home's comfort. Efficient, knowledgeable, and they stand behind their work. We're loyal customers for life.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg", imageAlt: "Karen Martinez"
id: "6", name: "Karen Martinez", handle: "Homeowner, Vaughan", testimonial: "Giancarlo and his team transformed our home's comfort. Efficient, knowledgeable, and they stand behind their work. We're loyal customers for life.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-serious-businessman-white-shirt-looking-camera-standing-confident_1258-26762.jpg?_wi=2", imageAlt: "Karen Martinez"
}
]}
speed={40}