diff --git a/src/app/page.tsx b/src/app/page.tsx index 20ce87d..400da26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -268,36 +145,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/faucet-sink_1203-2705.jpg" logoText="Royal Plumbing" columns={[ - { - title: "Services", - items: [ - { - label: "Emergency Repairs", - href: "#features", - }, - { - label: "Maintenance", - href: "#features", - }, - ], - }, - { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, + { title: "Services", items: [{ label: "Emergency Repairs", href: "#features" }, { label: "Maintenance", href: "#features" }] }, + { title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] }, ]} /> ); -} +} \ No newline at end of file