From b62f97a4d6072747298fae30f600c5cf2cea08a5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:41:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51f3d5c..cf70695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Professional Service" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/man-holding-dirty-cloth-hand-view-inside-washing-machine_169016-12826.jpg" imageAlt="Professional dryer vent cleaning service" @@ -57,13 +57,13 @@ export default function LandingPage() { testimonials={[ { name: "Robert Martinez", handle: "Homeowner", testimonial: "Excellent service! They were professional, thorough, and efficient. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { name: "Jennifer Walsh", handle: "Property Manager", testimonial: "MCNJ Services has been our go-to for all maintenance needs. Outstanding work every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { name: "David Chen", handle: "Homeowner", testimonial: "Professional team, fair pricing, and they explained everything thoroughly. Will use again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, ]} testimonialRotationInterval={5000} /> @@ -85,10 +85,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Dryer Vent Cleaning", description: "Remove lint buildup and improve drying efficiency while preventing fire hazards", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=1", imageAlt: "air duct ductwork hvac cleaning"}, + title: "Dryer Vent Cleaning", description: "Remove lint buildup and improve drying efficiency while preventing fire hazards", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "air duct ductwork hvac cleaning"}, { id: 2, - title: "Air Duct Cleaning", description: "Professional ductwork cleaning to improve air quality and HVAC performance", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg?_wi=2", imageAlt: "air duct ductwork hvac cleaning"}, + title: "Air Duct Cleaning", description: "Professional ductwork cleaning to improve air quality and HVAC performance", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", imageAlt: "air duct ductwork hvac cleaning"}, { id: 3, title: "Chimney Inspection", description: "Complete chimney inspection and cleaning for safe fireplace operation", imageSrc: "http://img.b2bpic.net/free-photo/man-burning-firepit-with-paper_23-2147841068.jpg", imageAlt: "chimney inspection chimney cleaning fireplace maintenance"}, -- 2.49.1