From e67a89c7d03dd5589b31e6f8caa69d701fb739b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:42:38 +0000 Subject: [PATCH] Update src/app/location/page.tsx --- src/app/location/page.tsx | 51 +++++++++++++-------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx index 1e8b74c..b9155e5 100644 --- a/src/app/location/page.tsx +++ b/src/app/location/page.tsx @@ -7,7 +7,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { MapPin, Navigation } from "lucide-react"; +import { MapPin, Navigation, Phone } from "lucide-react"; export default function LocationPage() { const navItems = [ @@ -46,6 +46,10 @@ export default function LocationPage() { }, ]; + const handlePhoneCall = () => { + window.location.href = "tel:801-373-7044"; + }; + return ( @@ -89,36 +91,16 @@ export default function LocationPage() {