Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 06:55:49 +00:00
parent b2d647297e
commit 86669dc265

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Browse", href: "/browse" },
{ label: "Pricing", href: "/pricing" },
{ label: "Features", href: "#" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "#" },
{ label: "Contact Us", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
@@ -115,35 +112,17 @@ export default function ContactPage() {
tagIcon={HelpCircle}
faqs={[
{
id: "1",
title: "What are your business hours?",
content: "Our support team is available 24/7 through live chat, email, and our help center. For phone support, we're available Monday-Friday 9 AM - 9 PM EST.",
},
id: "1", title: "What are your business hours?", content: "Our support team is available 24/7 through live chat, email, and our help center. For phone support, we're available Monday-Friday 9 AM - 9 PM EST."},
{
id: "2",
title: "How quickly will I get a response?",
content: "Live chat responses are typically immediate. Email support receives responses within 24 hours. Premium and Ultra subscribers receive priority support with faster response times.",
},
id: "2", title: "How quickly will I get a response?", content: "Live chat responses are typically immediate. Email support receives responses within 24 hours. Premium and Ultra subscribers receive priority support with faster response times."},
{
id: "3",
title: "How do I report a technical issue?",
content: "You can report technical issues through our support portal, live chat, or by emailing bugs@animestream.com with details about your device, browser, and the issue you're experiencing.",
},
id: "3", title: "How do I report a technical issue?", content: "You can report technical issues through our support portal, live chat, or by emailing bugs@animestream.com with details about your device, browser, and the issue you're experiencing."},
{
id: "4",
title: "Do you have a refund process?",
content: "Yes, we offer a 7-day money-back guarantee for new subscribers. Contact our support team to initiate the refund process within 7 days of your first charge.",
},
id: "4", title: "Do you have a refund process?", content: "Yes, we offer a 7-day money-back guarantee for new subscribers. Contact our support team to initiate the refund process within 7 days of your first charge."},
{
id: "5",
title: "Can I report content issues or request titles?",
content: "Absolutely! We love hearing from our community. Use our content request form in the app or visit our community forums to suggest new anime titles.",
},
id: "5", title: "Can I report content issues or request titles?", content: "Absolutely! We love hearing from our community. Use our content request form in the app or visit our community forums to suggest new anime titles."},
{
id: "6",
title: "How do I update my billing information?",
content: "You can update your billing information anytime in your account settings under 'Payment Methods.' Changes take effect immediately for your next billing cycle.",
},
id: "6", title: "How do I update my billing information?", content: "You can update your billing information anytime in your account settings under 'Payment Methods.' Changes take effect immediately for your next billing cycle."},
]}
textboxLayout="default"
useInvertedBackground={false}