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" } ]}