From aa7e3122c452cd6484fe06c015bdda5025139b1c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:12:04 +0000 Subject: [PATCH] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 143 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 src/app/contact/page.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..8b4a430 --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,143 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { MessageCircle, MapPin, Phone } from "lucide-react"; + +export default function ContactPage() { + const handleWhatsAppClick = () => { + window.open("https://wa.me/1234567890?text=Hello%20I%20would%20like%20to%20inquire", "_blank"); + }; + + return ( + + + +
+
+

Get In Touch

+

+ Have questions or feedback? We'd love to hear from you. Reach out using any of the methods below. +

+
+
+ +
+
+
+
+ +

Location

+

Our office is located worldwide. We serve clients globally with comprehensive wellness tracking solutions.

+
+
+ +

WhatsApp Support

+

Get instant support via WhatsApp for quick inquiries and assistance with your account.

+ +
+
+ +

Contact Info

+

Email: support@dailytracker.com
Phone: +1 (555) 123-4567

+
+
+
+
+ +
+
+

Find Us

+
+