2 Commits

Author SHA1 Message Date
6d68f9a5a9 Update src/app/page.tsx 2026-03-05 02:23:20 +00:00
029807c1f3 Merge version_2 into main
Merge version_2 into main
2026-03-05 02:10:37 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Call Now", href: "tel:+16175551234" }}
button={{ text: "Call Now", href: "tel:+17813919800" }}
animateOnLoad={true}
/>
</div>
@@ -170,7 +170,7 @@ export default function LandingPage() {
{
title: "Location & Contact", items: [
{ label: "285 Fellsway W, Medford, MA 02155", href: "https://maps.app.goo.gl/Lgar1CgpohKP1P3M9" },
{ label: "Phone: (617) 555-1234", href: "tel:+16175551234" },
{ label: "Phone: (781) 391-9800", href: "tel:+17813919800" },
{ label: "Get Directions", href: "https://maps.app.goo.gl/Lgar1CgpohKP1P3M9" },
],
},