2 Commits

Author SHA1 Message Date
07ca514266 Update src/app/page.tsx 2026-04-21 19:23:45 +00:00
a51f42f4fc Merge version_5 into main
Merge version_5 into main
2026-04-21 19:21:47 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}