diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 6aebf65..c52d67f 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -7,18 +7,15 @@ export const navLinks = [ { href: "/#packages", label: "Packages" }, ]; -export const ADDRESS = "5000 Lake RD N STE A Keizer, OR 97000 USA"; +export const ADDRESS = "30 N Gould St Ste N Sherdian, WY 82801"; // Default phone number -export const DEFAULT_PHONE_NO = "+1 (855) 669-6510"; +export const DEFAULT_PHONE_NO = "+1 (800) 123-4678"; + +export const CONTACT_EMAIL = "info@superrevive.com"; // Page-specific phone numbers -export const PHONE_NUMBERS = { - default: DEFAULT_PHONE_NO, - spectrum: "+1 (833) 301-3193", - optimum: DEFAULT_PHONE_NO, - verizon: "+1 (888) 369-8670", -}; +export const PHONE_NUMBERS = { default: DEFAULT_PHONE_NO }; // Function to get phone number based on page export function getPhoneNumber(page?: string): string {