Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:18:13 +00:00

View File

@@ -55,12 +55,12 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "plain" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-lady-work-home-stretching-arms-relax-after-hard-day_231208-3279.jpg", imageAlt: "modern air conditioning unit installation outdoor" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/workers-using-hvac-manifold-indicators_482257-92534.jpg", imageAlt: "ac installation technician working professional" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", imageAlt: "hvac technician servicing air conditioning unit" },
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-lady-work-home-stretching-arms-relax-after-hard-day_231208-3279.jpg?_wi=1", imageAlt: "modern air conditioning unit installation outdoor" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/workers-using-hvac-manifold-indicators_482257-92534.jpg?_wi=1", imageAlt: "ac installation technician working professional" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg?_wi=1", imageAlt: "hvac technician servicing air conditioning unit" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg", imageAlt: "professional ac repair technician working" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg", imageAlt: "clean professional ac installation residential" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-lady-work-home-stretching-arms-relax-after-hard-day_231208-3279.jpg", imageAlt: "modern air conditioning unit installation outdoor" }
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=1", imageAlt: "clean professional ac installation residential" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-lady-work-home-stretching-arms-relax-after-hard-day_231208-3279.jpg?_wi=2", imageAlt: "modern air conditioning unit installation outdoor" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -112,13 +112,13 @@ export default function LandingPage() {
tagIcon={CheckCircle}
products={[
{
id: "1", name: "Professional Technicians", price: "Expert Team", imageSrc: "http://img.b2bpic.net/free-photo/workers-using-hvac-manifold-indicators_482257-92534.jpg", imageAlt: "ac installation technician working professional"
id: "1", name: "Professional Technicians", price: "Expert Team", imageSrc: "http://img.b2bpic.net/free-photo/workers-using-hvac-manifold-indicators_482257-92534.jpg?_wi=2", imageAlt: "ac installation technician working professional"
},
{
id: "2", name: "On-Time Service", price: "Punctual Arrivals", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", imageAlt: "hvac technician servicing air conditioning unit"
id: "2", name: "On-Time Service", price: "Punctual Arrivals", imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg?_wi=2", imageAlt: "hvac technician servicing air conditioning unit"
},
{
id: "3", name: "Clean Installations", price: "Quality Work", imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg", imageAlt: "clean professional ac installation residential"
id: "3", name: "Clean Installations", price: "Quality Work", imageSrc: "http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=2", imageAlt: "clean professional ac installation residential"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -180,7 +180,7 @@ export default function LandingPage() {
id: "6", title: "Are your technicians certified?", content: "Yes, all SureCool technicians are fully certified and trained in professional air conditioning installation, maintenance, and repair. Your satisfaction is guaranteed."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg"
imageSrc="http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg?_wi=3"
imageAlt="Professional AC installation"
mediaAnimation="slide-up"
mediaPosition="left"