Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 07ca514266 | |||
| a51f42f4fc |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user