From ef01063df402c959a5eb09e83490a8be72850c60 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:29:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0be7957..7877c8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -42,7 +42,7 @@ export default function LandingPage() { @@ -89,43 +89,43 @@ export default function LandingPage() { { title: "Plumbing Repairs", description: "Expert diagnosis and repair of leaks, clogs, and system failures. Done right the first time.", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=1", imageAlt: "Professional plumbing repair service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=1", imageAlt: "Quality plumbing fixture detail" } + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Professional plumbing repair service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Quality plumbing fixture detail" } ] }, { title: "Heating System Plumbing", description: "Boiler line repair, valve replacement, and heating system maintenance. Trusted expertise.", icon: Flame, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334232.jpg", imageAlt: "Professional heating system service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=2", imageAlt: "Premium heating components" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Premium heating components" } ] }, { title: "Emergency Service", description: "Fast response to urgent plumbing issues. Available when you need us most.", icon: AlertCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=2", imageAlt: "Emergency plumbing response" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg?_wi=2", imageAlt: "Professional emergency service" } + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Emergency plumbing response" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Professional emergency service" } ] }, { title: "Leak Detection", description: "Advanced detection finds hidden leaks before they cause damage. Preventative expertise.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=3", imageAlt: "Leak detection service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=3", imageAlt: "Precision plumbing diagnostics" } + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Leak detection service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Precision plumbing diagnostics" } ] }, { title: "Valve & Toilet Repair", description: "Professional replacement and repair of valves and toilets. Quality installation guaranteed.", icon: Settings, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=4", imageAlt: "Premium valve installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg?_wi=4", imageAlt: "Professional toilet repair" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "Premium valve installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", imageAlt: "Professional toilet repair" } ] }, { title: "Maintenance Plans", description: "Preventative maintenance keeps systems running smoothly. Long-term reliability.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg?_wi=3", imageAlt: "Regular maintenance visit" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg?_wi=5", imageAlt: "System inspection" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-person-creating-digital-diy-craft-content_23-2151515893.jpg", imageAlt: "Regular maintenance visit" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-closeup-shot-water-pouring-water-drain_181624-18353.jpg", imageAlt: "System inspection" } ] } ]} -- 2.49.1