From 9b375a18275baf1fb46eb85a623358514d8190ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:10:11 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5906e01..ca4c6fa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Get in Touch" title="Upgrade Your Property With Professional Concrete Work" - description="Request your free estimate today and our team will get back to you within 24 hours." + description="Request your free estimate today and our team will get back to you within 24 hours. Call us at (612) 555-0100 or email contact@herrerasconcrete.com." buttons={[ { text: "Contact Us", href: "/contact" }, ]} @@ -52,7 +52,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Get in Touch" title="Ready to Start Your Project?" - description="Fill out the form or give us a call to discuss your concrete project needs. We provide fast, free estimates for all clients." + description="Fill out the form or give us a call to discuss your concrete project needs. We provide fast, free estimates for all clients in the Minneapolis area." buttons={[ { text: "Contact Us", href: "/contact" }, ]} @@ -84,16 +84,16 @@ export default function LandingPage() { }, { title: "Legal", items: [ - { label: "Licensed & Insured", href: "#" }, - { label: "Privacy Policy", href: "#" }, + { label: "(612) 555-0100", href: "tel:6125550100" }, + { label: "contact@herrerasconcrete.com", href: "mailto:contact@herrerasconcrete.com" }, ], }, ]} bottomLeftText="Herreras Concrete LLC © 2024" - bottomRightText="Serving Minnesota & Surrounding Areas" + bottomRightText="Serving Minneapolis & Surrounding Areas" /> ); -} +} \ No newline at end of file -- 2.49.1 From fbe1b0b435c53571a50ed2fa5a0b81b869e42b2f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:10:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01a7e57..9814d2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { -- 2.49.1