From ebdecb29ac9b35ca9ed93abd3552cf0792b335cd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 24 Jun 2026 22:36:00 +0000 Subject: [PATCH] Bob AI: Add the phone number +19802565980 under the 'Call Us' label in the contact secti --- src/pages/HomePage/sections/Contact.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx index 1fcb680..01f0205 100644 --- a/src/pages/HomePage/sections/Contact.tsx +++ b/src/pages/HomePage/sections/Contact.tsx @@ -17,8 +17,8 @@ export default function ContactSection(): React.JSX.Element { href: "#", }} secondaryButton={{ - text: "Call Us", - href: "tel:5555555555", + text: "Call Us: +1 980-256-5980", + href: "tel:+19802565980", }} /> -- 2.49.1