From be22228d5dec3d5ee115bc4422a62060a13417c7 Mon Sep 17 00:00:00 2001
From: user
Date: Mon, 8 Dec 2025 15:04:36 +0200
Subject: [PATCH] tfn change
---
src/components/molecules/CallButton.tsx | 6 +++---
src/components/molecules/navbar.tsx | 6 +++---
src/lib/constants.ts | 2 +-
src/pages/index.astro | 10 +++++-----
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/components/molecules/CallButton.tsx b/src/components/molecules/CallButton.tsx
index 0045efa..e782270 100644
--- a/src/components/molecules/CallButton.tsx
+++ b/src/components/molecules/CallButton.tsx
@@ -1,7 +1,7 @@
"use client";
import { Button } from "@/components/ui/button";
-import { CONTACT_EMAIL } from "@/lib/constants";
+import { getContactLink } from "@/lib/constants";
import { cn } from "@/lib/utils";
interface CallButtonProps {
@@ -21,14 +21,14 @@ export default function CallButton({
page,
}: CallButtonProps) {
return (
-
+
);
diff --git a/src/components/molecules/navbar.tsx b/src/components/molecules/navbar.tsx
index 114522d..81d5a56 100644
--- a/src/components/molecules/navbar.tsx
+++ b/src/components/molecules/navbar.tsx
@@ -1,7 +1,7 @@
"use client";
import * as Sheet from "@/components/ui/sheet";
-import { CONTACT_EMAIL, navLinks, TRANSITION_COLORS } from "@/lib/constants";
+import { getContactLink, navLinks, TRANSITION_COLORS } from "@/lib/constants";
import { cn } from "@/lib/utils";
import { Menu } from "lucide-react";
import React from "react";
@@ -101,7 +101,7 @@ function Navbar({
))}
-
+
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 8caa4a9..d1a9f79 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 (800) 555-0199";
+export const DEFAULT_PHONE_NO = "+1 (844) 392-4558";
export const CONTACT_EMAIL = "hello@superrevive.com";
diff --git a/src/pages/index.astro b/src/pages/index.astro
index e792b01..5c6fbfb 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -12,7 +12,7 @@ import Stats from "@/components/Stats.astro";
import Testimonials from "@/components/Testimonials.astro";
import Packages from "@/components/Packages.astro";
import { cn } from "@/lib/utils";
-import { CONTACT_EMAIL } from "@/lib/constants";
+import { CONTACT_EMAIL, getContactLink } from "@/lib/constants";
import {
Wifi,
Tv,
@@ -87,13 +87,13 @@ const page = "default";