From dd6eb95c6ae21ab7b79e6df0dd5084d721d96c13 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:12:03 +0000 Subject: [PATCH 1/9] Add src/app/about/page.tsx --- src/app/about/page.tsx | 169 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 src/app/about/page.tsx diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..b5e1f06 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,169 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import TeamCardSix from "@/components/sections/team/TeamCardSix"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { + Award, + Sparkles, + Users, + Heart, + Zap, +} from "lucide-react"; + +export default function AboutPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} From aa7e3122c452cd6484fe06c015bdda5025139b1c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:12:04 +0000 Subject: [PATCH 2/9] 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

+
+