From 9596f096d75894c19e9eece656fbe5f3f512857a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:17:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2084b31..20f6ff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -53,14 +53,14 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + 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?_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: "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: "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?_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" } + { 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" } ]} 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg" imageAlt="Professional AC installation" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1