From 4d1b48eb774af27a52b1739505bc6e5e407fb460 Mon Sep 17 00:00:00 2001 From: user Date: Tue, 20 Jan 2026 20:56:27 +0200 Subject: [PATCH] removed phone number --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index d1a9f79..9fc88cc 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -11,7 +11,7 @@ export const navLinks = [ export const ADDRESS = "30 N Gould St Ste N Sheridan, WY 82801"; // Default phone number -export const DEFAULT_PHONE_NO = "+1 (844) 392-4558"; +export const DEFAULT_PHONE_NO = "+1 (800) 123-4567"; export const CONTACT_EMAIL = "hello@superrevive.com";