From 330c53214c03d4b7e5f72265ed3d2a13f3e92dd9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:37:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d35f2b..6a50a16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Trusted Since 1995" title="Premium Plumbing, Heating & AC Services" description="Expert emergency services available 24/7. Professional technicians, transparent pricing, and guaranteed satisfaction on every job." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Schedule Service", href: "#contact" }, { text: "Emergency Service", href: "#contact" } @@ -64,10 +64,10 @@ export default function LandingPage() { title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, and clogs. Available nights, weekends, and holidays.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1", imageAlt: "Emergency plumbing repair" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Emergency plumbing repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2", imageAlt: "Plumbing installation" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Plumbing installation" } ] }, @@ -75,10 +75,10 @@ export default function LandingPage() { title: "HVAC Installation & Repair", description: "Professional air conditioning and heating system installation, maintenance, and emergency repairs.", icon: Wind, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg?_wi=1", imageAlt: "HVAC system installation" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg", imageAlt: "HVAC system installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg?_wi=2", imageAlt: "Air conditioning repair" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg", imageAlt: "Air conditioning repair" } ] }, @@ -86,10 +86,10 @@ export default function LandingPage() { title: "Heating Systems", description: "Furnace installation, maintenance, and repair. Keep your home warm and comfortable year-round.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=1", imageAlt: "Heating system installation" + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", imageAlt: "Heating system installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2", imageAlt: "Furnace maintenance" + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", imageAlt: "Furnace maintenance" } ] }, @@ -97,10 +97,10 @@ export default function LandingPage() { title: "Water Heater Services", description: "Installation, repair, and replacement of water heaters for reliable hot water supply.", icon: Thermometer, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=3", imageAlt: "Water heater installation" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Water heater installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=3", imageAlt: "Water heater repair" + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", imageAlt: "Water heater repair" } ] } @@ -118,7 +118,7 @@ export default function LandingPage() { description="Your Trusted Partner" subdescription="Master Plumbing Heating & AC" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg" imageAlt="Professional HVAC training" mediaAnimation="slide-up" useInvertedBackground={true} @@ -167,7 +167,7 @@ export default function LandingPage() { description="Launching Your Career" subdescription="Paid Training, Steady Work, Growth Opportunity" icon={Briefcase} - imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg" imageAlt="Apprenticeship training program" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1