From 840f0fb71cb8edeec87fe9ef0d426e40b72dfef5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:53:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 534415e..82f4e8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,15 +79,15 @@ export default function HomePage() { features={[ { id: 1, - tag: "Installation", title: "Above-Ground Pool Installation", subtitle: "Perfectly leveled, properly assembled, clean finish.", description: "Our expert crews handle site prep, precise leveling, and complete assembly. We ensure your pool is installed right the first time with attention to every detail. All equipment is tested before we leave.", imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg", imageAlt: "Professional pool installation", buttons: [{ text: "Learn More", href: "/pool-installation" }], + tag: "Installation", title: "Above-Ground Pool Installation", subtitle: "Perfectly leveled, properly assembled, clean finish.", description: "Our expert crews handle site prep, precise leveling, and complete assembly. We ensure your pool is installed right the first time with attention to every detail. All equipment is tested before we leave.", imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg?_wi=1", imageAlt: "Professional pool installation", buttons: [{ text: "Learn More", href: "/pool-installation" }], }, { id: 2, - tag: "Replacement", title: "Pool Liner Replacement", subtitle: "Fast installs, tight fit, clean seams, no guesswork.", description: "Torn liner? Need an upgrade? We specialize in quick, professional liner installations. Our crews measure carefully, install with precision, and ensure a perfect fit every time. Fast turnaround when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg", imageAlt: "Pool liner replacement", buttons: [{ text: "Learn More", href: "/liner-replacement" }], + tag: "Replacement", title: "Pool Liner Replacement", subtitle: "Fast installs, tight fit, clean seams, no guesswork.", description: "Torn liner? Need an upgrade? We specialize in quick, professional liner installations. Our crews measure carefully, install with precision, and ensure a perfect fit every time. Fast turnaround when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg?_wi=2", imageAlt: "Pool liner replacement", buttons: [{ text: "Learn More", href: "/liner-replacement" }], }, { id: 3, - tag: "Repairs", title: "Repairs & Equipment", subtitle: "Pumps, filters, troubleshooting, 'get it running now.'", description: "Equipment failing? Pool not circulating? We diagnose and fix pumps, sand filters, and electrical issues quickly. We don't leave until everything is running properly and you understand the solution.", imageSrc: "http://img.b2bpic.net/free-photo/people-are-pumping-big-rubber-toy-pool_1150-14570.jpg", imageAlt: "Pool equipment repair", buttons: [{ text: "Learn More", href: "/repairs" }], + tag: "Repairs", title: "Repairs & Equipment", subtitle: "Pumps, filters, troubleshooting, 'get it running now.'", description: "Equipment failing? Pool not circulating? We diagnose and fix pumps, sand filters, and electrical issues quickly. We don't leave until everything is running properly and you understand the solution.", imageSrc: "http://img.b2bpic.net/free-photo/people-are-pumping-big-rubber-toy-pool_1150-14570.jpg?_wi=1", imageAlt: "Pool equipment repair", buttons: [{ text: "Learn More", href: "/repairs" }], }, { id: 4, @@ -216,7 +216,7 @@ export default function HomePage() { { id: "1", name: "Liner Installation - Clean Seams", price: "Summer Ready", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-with-stair_74190-6838.jpg", imageAlt: "Professional liner installation with perfect seams"}, { - id: "2", name: "Equipment Pad Setup", price: "Expert Setup", imageSrc: "http://img.b2bpic.net/free-photo/people-are-pumping-big-rubber-toy-pool_1150-14570.jpg", imageAlt: "Properly installed pump and filter equipment"}, + id: "2", name: "Equipment Pad Setup", price: "Expert Setup", imageSrc: "http://img.b2bpic.net/free-photo/people-are-pumping-big-rubber-toy-pool_1150-14570.jpg?_wi=2", imageAlt: "Properly installed pump and filter equipment"}, { id: "3", name: "Pool Assembly - Leveled & Perfect", price: "Quality Build", imageSrc: "http://img.b2bpic.net/free-photo/man-starting-riding-skateboard_23-2147678191.jpg", imageAlt: "Completely assembled above-ground pool"}, { -- 2.49.1