diff --git a/src/app/page.tsx b/src/app/page.tsx index 6550839..a60f61b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,10 +110,6 @@ export default function LandingPage() { id: "f1", title: "Septic Pumping", author: "Expert Care", description: "Regular pumping and thorough inspection to prevent future system failures.", tags: [ "Pumping", "Maintenance"], imageSrc: "https://img.freepik.com/free-photo/full-shot-engineer-with-laptop-outdoors_23-2149354034.jpg?t=st=1725544211~exp=1725547811~hmac=a4c8a2b5e9f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8"}, - { - id: "f2", title: "Drain Cleaning", author: "Pro Techs", description: "Professional clearing of drain lines to eliminate clogs and slow drainage issues.", tags: [ - "Cleaning", "Maintenance"], - imageSrc: "https://img.freepik.com/free-photo/plumber-man-with-his-plunger_1368-952.jpg?t=st=1725544211~exp=1725547811~hmac=a4c8a2b5e9f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8d8b8e8f8c8"}, { id: "f3", title: "Emergency Repairs", author: "Fast Response", description: "24/7 emergency support for system breakdowns and unexpected leak emergencies.", tags: [ "Repair", "Urgent"], @@ -219,8 +215,6 @@ export default function LandingPage() { title: "Services", items: [ { label: "Pumping", href: "#"}, - { - label: "Drain Cleaning", href: "#"}, { label: "Repairs", href: "#"}, ], @@ -251,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file