From e92fe3aa71c16ccc61a054f0b07474cfdb1a9226 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:10:24 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0d25de2..affe606 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,9 +32,7 @@ export default function ContactPage() { { name: "YouTube", id: "/youtube" }, ]} button={{ - text: "Contact Us", - href: "/contact", - }} + text: "Contact Us", href: "/contact"}} /> @@ -43,14 +41,13 @@ export default function ContactPage() { tag="Get in Touch" title="Connect with OkNeppo" description="Have questions about sewing, tailoring, or our training programs? We'd love to hear from you! Reach out via WhatsApp for instant support, email us, or subscribe to our YouTube channel for daily tutorials and tips." - tagIcon="Mail" + tagIcon={Mail} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe at any time." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} /> @@ -59,14 +56,13 @@ export default function ContactPage() { tag="Connect Now" title="Multiple Ways to Reach Us" description="Choose your preferred contact method. Join our WhatsApp community for instant support, subscribe on YouTube for the latest tutorials, or send us an email with your questions and feedback." - tagIcon="Mail" + tagIcon={Mail} useInvertedBackground={true} inputPlaceholder="Your email address" buttonText="Get Updates" termsText="Stay connected with OkNeppo for exclusive tips and early access to new content." background={{ - variant: "animated-grid", - }} + variant: "animated-grid"}} /> @@ -75,14 +71,13 @@ export default function ContactPage() { tag="Stay Updated" title="Subscribe to Our Newsletter" description="Never miss out on new sewing tutorials, tailoring tips, machine maintenance guides, and special announcements. Get weekly content delivered straight to your inbox!" - tagIcon="Mail" + tagIcon={Mail} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Subscribe Now" termsText="We promise to send only valuable sewing and tailoring content. Unsubscribe at any time with one click." background={{ - variant: "downward-rays-animated-grid", - }} + variant: "downward-rays-animated-grid"}} /> @@ -93,24 +88,16 @@ export default function ContactPage() { socialLinks={[ { icon: Youtube, - href: "https://www.youtube.com/@okneppo", - ariaLabel: "OkNeppo YouTube Channel", - }, + href: "https://www.youtube.com/@okneppo", ariaLabel: "OkNeppo YouTube Channel"}, { icon: MessageCircle, - href: "https://wa.me/1234567890", - ariaLabel: "OkNeppo WhatsApp", - }, + href: "https://wa.me/1234567890", ariaLabel: "OkNeppo WhatsApp"}, { icon: Facebook, - href: "https://facebook.com/okneppo", - ariaLabel: "OkNeppo Facebook", - }, + href: "https://facebook.com/okneppo", ariaLabel: "OkNeppo Facebook"}, { icon: Instagram, - href: "https://instagram.com/okneppo", - ariaLabel: "OkNeppo Instagram", - }, + href: "https://instagram.com/okneppo", ariaLabel: "OkNeppo Instagram"}, ]} />