diff --git a/src/app/page.tsx b/src/app/page.tsx index cac3e79..18cec08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -48,9 +48,11 @@ export default function LandingPage() { description="Professional plumbing solutions for homes and businesses — delivered with honesty, quality workmanship, and dependable service. From water heater installation to gas line connections, we do the job right the first time." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", imageAlt: "Professional plumbing team"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746293.jpg", imageAlt: "Professional plumbing team" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=1", imageAlt: "Joe, DMG Plumbing owner"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", imageAlt: "Joe, DMG Plumbing owner" + }, ]} rating={5} ratingText="Trusted by Houston homeowners and businesses" @@ -75,7 +77,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Experience" }, { value: "1000+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg" imageAlt="Joe, DMG Plumbing owner and team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -92,22 +94,22 @@ export default function LandingPage() { description="From routine repairs to complete installations, DMG Plumbing handles all your residential and commercial plumbing needs with professionalism and expertise." features={[ { - title: "Water Heater Installation & Replacement", description: "Professional installation and replacement of water heaters to keep your home running efficiently", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg?_wi=1", imageAlt: "Water heater installation", buttonIcon: ArrowRight, + title: "Water Heater Installation & Replacement", description: "Professional installation and replacement of water heaters to keep your home running efficiently", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg", imageAlt: "Water heater installation", buttonIcon: ArrowRight, }, { - title: "Gas Line Installation", description: "Safe and reliable gas line installation for appliances, generators, and home upgrades", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Gas line installation", buttonIcon: ArrowRight, + title: "Gas Line Installation", description: "Safe and reliable gas line installation for appliances, generators, and home upgrades", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Gas line installation", buttonIcon: ArrowRight, }, { - title: "Faucet Repair & Installation", description: "Repair or replace leaking, damaged, or outdated faucets with professional service", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Faucet repair work", buttonIcon: ArrowRight, + title: "Faucet Repair & Installation", description: "Repair or replace leaking, damaged, or outdated faucets with professional service", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Faucet repair work", buttonIcon: ArrowRight, }, { - title: "Bathroom Plumbing Repairs", description: "Fix broken handles, leaks, and other bathroom plumbing issues quickly and correctly", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg?_wi=2", imageAlt: "Bathroom plumbing repair", buttonIcon: ArrowRight, + title: "Bathroom Plumbing Repairs", description: "Fix broken handles, leaks, and other bathroom plumbing issues quickly and correctly", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg", imageAlt: "Bathroom plumbing repair", buttonIcon: ArrowRight, }, { - title: "Generator Gas Line Connections", description: "Installation of quick-disconnect gas lines for home generators with safety verification", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Generator gas line", buttonIcon: ArrowRight, + title: "Generator Gas Line Connections", description: "Installation of quick-disconnect gas lines for home generators with safety verification", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Generator gas line", buttonIcon: ArrowRight, }, { - title: "General Plumbing Repairs", description: "Fast and reliable solutions for leaks, damaged pipes, and everyday plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "General plumbing repair", buttonIcon: ArrowRight, + title: "General Plumbing Repairs", description: "Fast and reliable solutions for leaks, damaged pipes, and everyday plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "General plumbing repair", buttonIcon: ArrowRight, }, ]} textboxLayout="default" @@ -120,17 +122,23 @@ export default function LandingPage() { @@ -175,7 +189,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1-713-555-0123" }, { text: "Schedule Service", href: "#" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} />