diff --git a/src/app/page.tsx b/src/app/page.tsx index f082b1f..31a03d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,33 +34,19 @@ export default function LandingPage() { @@ -488,62 +285,37 @@ export default function LandingPage() { logoText="Ding Sheng Roofing" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Residential", - href: "#services", - }, + label: "Residential", href: "#services"}, { - label: "Commercial", - href: "#services", - }, + label: "Commercial", href: "#services"}, { - label: "Repairs", - href: "#services", - }, + label: "Repairs", href: "#services"}, { - label: "Inspections", - href: "#services", - }, + label: "Inspections", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Projects", - href: "#projects", - }, + label: "Our Projects", href: "#projects"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Get Estimate", - href: "#contact", - }, + label: "Get Estimate", href: "#contact"}, { - label: "Call Us", - href: "tel:+15551234567", - }, + label: "Call Us", href: "tel:+15551234567"}, { - label: "Email Us", - href: "mailto:info@dingshengroofing.ca", - }, + label: "Email Us", href: "mailto:info@dingshengroofing.ca"}, ], }, ]}