Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-03 17:16:51 +00:00

View File

@@ -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="© 19722024 Coleman Plumbing & Heating Co."
bottomRightText="Serving Silver Spring, Rockville & Surrounding Maryland Areas."
],
bottomLeftText="© 19722024 Coleman Plumbing & Heating Co.", bottomRightText="Serving Silver Spring, Rockville & Surrounding Maryland Areas."
/>
</div>
</ReactLenis>