Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-22 21:41:05 +00:00

View File

@@ -54,19 +54,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Alice Johnson", handle: "@hvacfan", testimonial: "Exceptional service! Our AC stopped working during the heatwave and they were out the same day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg", imageAlt: "hvac technician smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg?_wi=1", imageAlt: "hvac technician smiling"},
{
name: "Bob Miller", handle: "@sandiegohome", testimonial: "Very professional and fair pricing. The technicians are always polite and quick.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg", imageAlt: "hvac technician smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=1", imageAlt: "hvac technician smiling"},
{
name: "Charlie Day", handle: "@charlie_sd", testimonial: "Best HVAC team in San Diego. Reliable and always get the job done right.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg", imageAlt: "hvac technician smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg?_wi=1", imageAlt: "hvac technician smiling"},
{
name: "Diana Prince", handle: "@diana_sd", testimonial: "They diagnosed my furnace issues instantly. Fantastic local company.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg", imageAlt: "hvac technician smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg?_wi=1", imageAlt: "hvac technician smiling"},
{
name: "Edward Norton", handle: "@ed_repair", testimonial: "Professional, punctual, and very transparent about pricing. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg", imageAlt: "hvac technician smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg?_wi=1", imageAlt: "hvac technician smiling"},
]}
buttons={[
{
@@ -74,7 +74,7 @@ export default function LandingPage() {
{
text: "Our Services", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg"
imageSrc="http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg?_wi=2"
mediaAnimation="slide-up"
avatars={[
{
@@ -116,7 +116,7 @@ export default function LandingPage() {
{
value: "4.9", title: "Star Rating"},
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg"
imageSrc="http://img.b2bpic.net/free-photo/professional-repairmen-enlisted-air-conditioner-check-refilling-freon-expert-african-american-mechanic-colleague-using-manometers-precisely-measure-pressure-condenser_482257-65757.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>
@@ -127,7 +127,7 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Air Conditioning Repair", description: "Fast diagnostics and repair for all major brands.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg"},
title: "Air Conditioning Repair", description: "Fast diagnostics and repair for all major brands.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg?_wi=2"},
{
title: "Heating Installation", description: "Professional furnace and heating system installation.", imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg"},
{
@@ -182,9 +182,9 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Smart Thermostat", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg"},
id: "p1", name: "Smart Thermostat", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg?_wi=2"},
{
id: "p2", name: "High-Efficiency Furnace", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg"},
id: "p2", name: "High-Efficiency Furnace", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281309.jpg?_wi=2"},
{
id: "p3", name: "AC Condenser Unit", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg"},
{