Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 21:41:58 +00:00

View File

@@ -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"},