diff --git a/src/app/page.tsx b/src/app/page.tsx index cb9a687..dc1f2c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { title="Our Policies" sections={[ { - heading: "Terms of Service", content: { text: "By engaging our services, you agree to our standard operating procedures and service terms." } + heading: "Terms of Service", content: "By engaging our services, you agree to our standard operating procedures and service terms." } ]} /> @@ -154,9 +154,8 @@ export default function LandingPage() { { title: "Contact", items: [{ label: "(301) 585-2352", href: "tel:3015852352" }, { label: "info@colemanplumbingheating.com", href: "mailto:info@colemanplumbingheating.com" }] }, { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Services", href: "/services" }, { label: "Reviews", href: "/reviews" }] }, { title: "Location", items: [{ label: "13414 Fairland Park Dr, Silver Spring, MD 20904", href: "#" }] } - ]} - bottomLeftText="© 1972–2024 Coleman Plumbing & Heating Co." - bottomRightText="Serving Silver Spring, Rockville & Surrounding Maryland Areas." + ], + bottomLeftText="© 1972–2024 Coleman Plumbing & Heating Co.", bottomRightText="Serving Silver Spring, Rockville & Surrounding Maryland Areas." />