Update src/app/contact/page.tsx

This commit is contained in:
2026-03-12 20:10:24 +00:00
parent c834280de5
commit e92fe3aa71

View File

@@ -32,9 +32,7 @@ export default function ContactPage() {
{ name: "YouTube", id: "/youtube" },
]}
button={{
text: "Contact Us",
href: "/contact",
}}
text: "Contact Us", href: "/contact"}}
/>
</div>
@@ -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"}}
/>
</div>
@@ -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"}}
/>
</div>
@@ -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"}}
/>
</div>
@@ -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"},
]}
/>
</div>