diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a3a162..ae52ea5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,13 +71,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Drain Cleaning & Repair", author: "Certified Specialists", description: "Fast, effective drain cleaning using advanced equipment. We handle clogs, backups, and damaged pipes with professional expertise.", tags: ["Drain Cleaning", "Quick Fix"] + id: "1", title: "Drain Cleaning & Repair", author: "Certified Specialists", description: "Fast, effective drain cleaning using advanced equipment. We handle clogs, backups, and damaged pipes with professional expertise.", tags: ["Drain Cleaning", "Quick Fix"], + videoSrc: "https://media.istockphoto.com/id/1245916450/video/plumber-working-in-a-bathroom.mp4?s=mp4-640x640-is&k=20&c=4u5F3qXxRkxYqM6jI8x1xdnSEE3XEhKFLbvjNJ1_Vd8=", videoAriaLabel: "Drain cleaning service" }, { - id: "2", title: "Pipe Installation & Repair", author: "Licensed Technicians", description: "Quality pipe installation and repair for all plumbing systems. From copper to PVC, we ensure long-lasting solutions.", tags: ["Installation", "Repair"] + id: "2", title: "Pipe Installation & Repair", author: "Licensed Technicians", description: "Quality pipe installation and repair for all plumbing systems. From copper to PVC, we ensure long-lasting solutions.", tags: ["Installation", "Repair"], + videoSrc: "https://media.istockphoto.com/id/1222369827/video/male-plumber-repair-sink-in-the-bathroom.mp4?s=mp4-640x640-is&k=20&c=3_RO0QdA8bE8x5qYxC7YdMNBk0hVlC1Lg6jNlxVmKZE=", videoAriaLabel: "Pipe installation" }, { - id: "3", title: "Water Heater Services", author: "Expert Repair Team", description: "Installation, repair, and maintenance of water heaters. We handle all brands and types with same-day service available.", tags: ["Water Heater", "Same-Day"] + id: "3", title: "Water Heater Services", author: "Expert Repair Team", description: "Installation, repair, and maintenance of water heaters. We handle all brands and types with same-day service available.", tags: ["Water Heater", "Same-Day"], + videoSrc: "https://media.istockphoto.com/id/1203877956/video/slow-motion-plumber-working-on-water-heater-in-boiler-room.mp4?s=mp4-640x640-is&k=20&c=PrVpQYhCy2KW8dg8s0-BXsJJFb_eVzWGxLs7H3rQq_w=", videoAriaLabel: "Water heater replacement" } ]} animationType="slide-up"