diff --git a/src/app/page.tsx b/src/app/page.tsx index 9af71d8..6e445da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,131 +30,51 @@ export default function LandingPage() {
@@ -166,54 +86,30 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Routine Cleaning", - description: "Weekly skimming, scrubbing, and chemical balancing.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg?_wi=1", - imageAlt: "Pool cleaning", - }, + title: "Weekly Maintenance", description: "Comprehensive chemical testing, debris removal, and filter management for sparkling clean water.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg?_wi=1", imageAlt: "Pool service technician"}, { - title: "Expert Repairs", - description: "Professional fixes for pumps and motors.", - imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=1", - imageAlt: "Pool repair", - }, + title: "Equipment Repairs", description: "Fast, reliable repair and replacement for pumps, motors, and automation systems.", imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=1", imageAlt: "Pool equipment repair"}, { - title: "Leak Detection", - description: "Diagnostic tools to stop leaks fast.", - imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg?_wi=1", - imageAlt: "Leak detection", - }, + title: "Advanced Diagnostics", description: "Pinpoint leaks and system inefficiencies before they become costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg?_wi=1", imageAlt: "Diagnostic service"}, { - title: "Acid Wash", - description: "Revitalize your pool plaster.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg?_wi=2", - imageAlt: "Acid wash service", - }, + title: "Deep Restoration", description: "Professional acid washing and tile cleaning to breathe new life into your pool surface.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-focusing-with-his-fingers_1368-767.jpg?_wi=2", imageAlt: "Deep cleaning service"}, { - title: "New Construction", - description: "Expert guidance for new pools.", - imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=2", - imageAlt: "New construction", - }, + title: "Custom Renovations", description: "Modernize your backyard with updated tiles, plaster, and decorative features.", imageSrc: "http://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg?_wi=2", imageAlt: "Renovation project"}, { - title: "Remodeling", - description: "Custom tile and finish upgrades.", - imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg?_wi=2", - imageAlt: "Pool remodeling", - }, + title: "Smart Automation", description: "Control your pool temperature, lighting, and sanitization from your smartphone.", imageSrc: "http://img.b2bpic.net/free-photo/man-legs-entering-water-swimming-pool_23-2148326828.jpg?_wi=2", imageAlt: "Automation service"}, ]} - title="Comprehensive Pool Care" - description="We treat your backyard like our own. From routine cleaning to complex repairs, we ensure perfection." + title="Expert Pool Care Solutions" + description="Our team delivers professional-grade care, ensuring every aspect of your pool system functions at peak performance all season long." />
@@ -290,18 +137,13 @@ export default function LandingPage() { @@ -311,34 +153,16 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Services", - href: "#services", - }, - { - label: "About", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, + { label: "Services", href: "#services" }, + { label: "About Us", href: "#about" }, + { label: "Contact Support", href: "#contact" }, ], }, { items: [ - { - label: "Google Reviews", - href: "#reviews", - }, - { - label: "Service Area", - href: "#", - }, - { - label: "Privacy Policy", - href: "#", - }, + { label: "Client Testimonials", href: "#reviews" }, + { label: "Service Areas", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]}