From 9cbfd6a53aa90b29880eef528368d2f5806ca44c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:15:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9daaf6..042dda0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,11 +85,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Drain Cleaning & Unclogging", description: "Fast removal of clogs in sinks, showers, toilets, and main lines. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "Professional drain cleaning service" + title: "Drain Cleaning & Unclogging", description: "Fast removal of clogs in sinks, showers, toilets, and main lines. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Professional drain cleaning service" }, { id: 2, - title: "Leak Detection & Repair", description: "Expert identification and repair of water leaks. Prevent costly water damage before it starts.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2", imageAlt: "Plumber fixing water leak" + title: "Leak Detection & Repair", description: "Expert identification and repair of water leaks. Prevent costly water damage before it starts.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Plumber fixing water leak" }, { id: 3, @@ -102,7 +102,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" buttons={[ { text: "Schedule Emergency Service", href: "tel:+1-800-EMPIRE-01" } ]}