diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c4ab0fc..e7864f3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Mail } from "lucide-react"; +import { useState } from "react"; export default function ContactPage() { const navItems = [ @@ -13,6 +13,18 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]; + const [email, setEmail] = useState(""); + const [submitted, setSubmitted] = useState(false); + + const handleEmailSubmit = (submittedEmail: string) => { + setEmail(submittedEmail); + setSubmitted(true); + setTimeout(() => { + setSubmitted(false); + setEmail(""); + }, 3000); + }; + const footerColumns = [ { title: "Product", items: [ @@ -59,21 +71,103 @@ export default function ContactPage() { /> -
+ Have questions about our vendor services? Want to purchase vendor access or need more information? Reach out to us through any of the channels below. +
+DM us on Instagram for immediate support and vendor inquiries
+ + @motivation_tomillions + +Available 24/7 for vendor access and purchase support
+Always Open
+Quick responses to all vendor and purchase inquiries
+Within 1 Hour
++ Whether you have questions about our vendor directory, need help with your purchase, want to become a vendor partner, or have feedback about our service, we're here to help. +
++ Need details about specific vendors or product categories before purchasing? +
++ Issues with your order or need help accessing vendor contacts after purchase? +
++ Interested in partnering with us or listing your vendor services? +
++ Have ideas to improve VendorLinks or want to share your experience? +
+