Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-21 21:45:48 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroCentered
title="Premium Heating & Cooling Service Rooted in Integrity"
description="Where expert craftsmanship meets genuine care. RA Mechanical delivers honest, high-quality HVAC solutions you can rely on—every time."
background="gradient-bars"
background={{ variant: "gradient-bars" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg", alt: "Raj, HVAC Expert"
@@ -113,11 +113,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "Homeowner, Westside", testimonial: "Raj was honest from the start. He found a simple fix instead of pushing an expensive replacement. That integrity means everything to me as a homeowner.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112675.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112675.jpg"
},
{
id: "2", name: "David Chen", handle: "Business Owner, Downtown", testimonial: "Emergency service at midnight. No premium charges, just professional expertise and genuine care. RA Mechanical treats customers like family.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg"
},
{
id: "3", name: "Patricia Johnson", handle: "Retired, East End", testimonial: "After 15 years with RA Mechanical, I wouldn't trust anyone else with my heating. Raj remembers my system, my concerns, and always delivers.", rating: 5,
@@ -129,11 +129,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Linda Rodriguez", handle: "Homeowner, North District", testimonial: "Transparent. Trustworthy. Professional. That's RA Mechanical. They didn't pressure me, they advised me. That's rare and valuable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112675.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112675.jpg"
},
{
id: "6", name: "Robert Kim", handle: "Property Manager, Central", testimonial: "Managing multiple homes, I need reliable partners. RA Mechanical is that partner—consistent quality, fair pricing, genuine expertise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg"
}
]}
animationType="slide-up"
@@ -149,15 +149,7 @@ export default function LandingPage() {
useInvertedBackground={false}
names={["Carrier", "Lennox", "Trane", "York", "Goodman", "Rheem", "Daikin", "Fujitsu", "Bryant"]}
logos={[
{ src: "http://img.b2bpic.net/free-vector/business-card_23-2147976446.jpg", alt: "Carrier" },
{ src: "http://img.b2bpic.net/free-vector/furniture-minimalist-logo_23-2148464162.jpg", alt: "Lennox" },
{ src: "http://img.b2bpic.net/free-psd/winter-sale-collection-banner-template_23-2148719116.jpg", alt: "Trane" },
{ src: "http://img.b2bpic.net/free-photo/annual-hvac-system-checkup_482257-91109.jpg", alt: "York" },
{ src: "http://img.b2bpic.net/free-vector/sales-badges-labels_23-2147720678.jpg", alt: "Goodman" },
{ src: "http://img.b2bpic.net/free-vector/geometrical-logos-abstract-style_23-2147510369.jpg", alt: "Rheem" },
{ src: "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158363.jpg", alt: "Daikin" },
{ src: "http://img.b2bpic.net/free-vector/sale-labels-collection_1209-173.jpg", alt: "Fujitsu" },
{ src: "http://img.b2bpic.net/free-vector/company-logos-with-abstract-shapes_23-2147586732.jpg", alt: "Bryant" }
"http://img.b2bpic.net/free-vector/business-card_23-2147976446.jpg", "http://img.b2bpic.net/free-vector/furniture-minimalist-logo_23-2148464162.jpg", "http://img.b2bpic.net/free-psd/winter-sale-collection-banner-template_23-2148719116.jpg", "http://img.b2bpic.net/free-photo/annual-hvac-system-checkup_482257-91109.jpg", "http://img.b2bpic.net/free-vector/sales-badges-labels_23-2147720678.jpg", "http://img.b2bpic.net/free-vector/geometrical-logos-abstract-style_23-2147510369.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158363.jpg", "http://img.b2bpic.net/free-vector/sale-labels-collection_1209-173.jpg", "http://img.b2bpic.net/free-vector/company-logos-with-abstract-shapes_23-2147586732.jpg"
]}
speed={40}
showCard={true}