diff --git a/src/app/page.tsx b/src/app/page.tsx
index 49e2d18..9426e1f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,43 +31,24 @@ export default function LandingPage() {
@@ -328,33 +167,16 @@ export default function LandingPage() {
logoText="B&L Industries"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Fencing",
- href: "#services",
- },
- {
- label: "Dirt Work",
- href: "#services",
- },
- {
- label: "Land Clearing",
- href: "#services",
- },
+ title: "Services", items: [
+ { label: "Fencing", href: "#services" },
+ { label: "Dirt Work", href: "#services" },
+ { label: "Land Clearing", href: "#services" },
],
},
{
- title: "Contact",
- items: [
- {
- label: "Call Us",
- href: "tel:2810000000",
- },
- {
- label: "Email",
- href: "mailto:info@blindustriestx.com",
- },
+ title: "Contact", items: [
+ { label: "Call Us", href: "tel:2810000000" },
+ { label: "Email", href: "mailto:info@blindustriestx.com" },
],
},
]}