From 040e49f5ae9fe6efbefc7e5b93f5002e1666d8e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:52:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++++----------------------------------- 1 file changed, 51 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ffcfab5..23b33eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,71 +47,46 @@ export default function LandingPage() {
@@ -132,29 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Fast Response Times", - descriptions: [ - "When emergencies happen, we move quickly. No waiting.", - ], - imageSrc: "http://img.b2bpic.net/free-vector/customer-service-illustration_24908-61553.jpg", - }, + id: "f1", title: "Fast Response Times", descriptions: [ + "When emergencies happen, we move quickly. No waiting."], + imageSrc: "http://img.b2bpic.net/free-vector/customer-service-illustration_24908-61553.jpg"}, { - id: "f2", - title: "Work Done Right", - descriptions: [ - "Meticulous installs, long-term solutions, zero shortcuts.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881763.jpg", - }, + id: "f2", title: "Work Done Right", descriptions: [ + "Meticulous installs, long-term solutions, zero shortcuts."], + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881763.jpg"}, { - id: "f3", - title: "Fair Honest Pricing", - descriptions: [ - "Transparent, fair quotes with absolutely no surprises.", - ], - imageSrc: "http://img.b2bpic.net/free-vector/cmyk-calibration-element-collection_23-2147954701.jpg", - }, + id: "f3", title: "Fair Honest Pricing", descriptions: [ + "Transparent, fair quotes with absolutely no surprises."], + imageSrc: "http://img.b2bpic.net/free-vector/cmyk-calibration-element-collection_23-2147954701.jpg"}, ]} title="Why Homeowners Choose Radiance" description="We don't just fix problems; we enhance your home's comfort, efficiency, and reliability with elite workmanship." @@ -169,41 +124,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "s1", - name: "Emergency Plumbing", - price: "24/7 Service", - imageSrc: "http://img.b2bpic.net/free-vector/support-contact-call-center-icons-set_1284-4347.jpg", - }, + id: "s1", name: "Emergency Plumbing", price: "24/7 Service", imageSrc: "http://img.b2bpic.net/free-vector/support-contact-call-center-icons-set_1284-4347.jpg"}, { - id: "s2", - name: "Furnace Repair", - price: "Certified Technicians", - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg", - }, + id: "s2", name: "Furnace Repair", price: "Certified Technicians", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580564.jpg"}, { - id: "s3", - name: "Water Heaters", - price: "Tankless/Standard", - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-handshake-icon-isolated-business-concept_107791-15671.jpg", - }, + id: "s3", name: "Water Heaters", price: "Tankless/Standard", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-handshake-icon-isolated-business-concept_107791-15671.jpg"}, { - id: "s4", - name: "Drain & Leak Repair", - price: "Precision Fixes", - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", - }, + id: "s4", name: "Drain & Leak Repair", price: "Precision Fixes", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg"}, { - id: "s5", - name: "Gas Line Install", - price: "Safety Focused", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-headphones-protective-glasses_23-2148773436.jpg", - }, + id: "s5", name: "Gas Line Install", price: "Safety Focused", imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-headphones-protective-glasses_23-2148773436.jpg"}, { - id: "s6", - name: "HVAC Maintenance", - price: "Long-term Comfort", - imageSrc: "http://img.b2bpic.net/free-photo/handshake-with-world-map-background_1160-630.jpg", - }, + id: "s6", name: "HVAC Maintenance", price: "Long-term Comfort", imageSrc: "http://img.b2bpic.net/free-photo/handshake-with-world-map-background_1160-630.jpg"}, ]} title="Premium Services" description="Expert mechanical solutions tailored to the Regina climate." @@ -212,50 +143,26 @@ export default function LandingPage() {
@@ -326,13 +219,9 @@ export default function LandingPage() {
-- 2.49.1