This commit is contained in:
user
2025-12-07 19:40:55 +02:00
parent ec0ef01427
commit 50af23c51c

View File

@@ -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 {