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 ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} 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

+
+