Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 09:44:50 +00:00

View File

@@ -46,9 +46,9 @@ export default function LandingPage() {
{ text: "Schedule Visit", href: "#contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg", imageAlt: "Modern HVAC outdoor unit" },
{ 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: "Professional HVAC technician" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-spending-time-indoors_23-2149535990.jpg", imageAlt: "Comfortable home interior" }
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg?_wi=1", imageAlt: "Modern HVAC outdoor unit" },
{ 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: "Professional HVAC technician" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-spending-time-indoors_23-2149535990.jpg?_wi=1", imageAlt: "Comfortable home interior" }
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -73,16 +73,16 @@ export default function LandingPage() {
tag="Services"
features={[
{
id: "01", title: "AC Installation", description: "Professional air conditioning system installation with warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg", imageAlt: "AC installation service"
id: "01", title: "AC Installation", description: "Professional air conditioning system installation with warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-tree-city_23-2148798648.jpg?_wi=2", imageAlt: "AC installation service"
},
{
id: "02", title: "Heating Systems", description: "Furnace repair, maintenance, and installation for winter comfort", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg", imageAlt: "Heating service"
},
{
id: "03", title: "Emergency Repairs", description: "24/7 emergency HVAC repair service available when you need it most", 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: "Emergency repair service"
id: "03", title: "Emergency Repairs", description: "24/7 emergency HVAC repair service available when you need it most", 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", imageAlt: "Emergency repair service"
},
{
id: "04", title: "Maintenance Plans", description: "Regular maintenance to keep your system running efficiently all year", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-spending-time-indoors_23-2149535990.jpg", imageAlt: "Maintenance service"
id: "04", title: "Maintenance Plans", description: "Regular maintenance to keep your system running efficiently all year", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-spending-time-indoors_23-2149535990.jpg?_wi=2", imageAlt: "Maintenance service"
}
]}
textboxLayout="default"