Update src/app/contact/page.tsx

This commit is contained in:
2026-03-06 07:56:12 +00:00
parent d518ddd5d1
commit 872e95040f

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Courses", href: "/courses" },
{ label: "Pricing", href: "/pricing" },
{ label: "Features", href: "#features" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -38,8 +36,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -56,7 +53,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
@@ -70,7 +67,7 @@ export default function ContactPage() {
<ContactText
text="Have questions about our platform, courses, or community? We're here to help. Get in touch with our team and we'll respond within 24 hours."
animationType="entrance-slide"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Send Email", href: "mailto:support@eldorbek.dev" },
@@ -89,39 +86,21 @@ export default function ContactPage() {
mediaPosition="left"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/a-modern-developer-workspace-showing-lap-1772783582132-d4c17e07.png?_wi=3"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/a-modern-developer-workspace-showing-lap-1772783582132-d4c17e07.png"
imageAlt="Support and Help"
faqs={[
{
id: "1",
title: "What payment methods do you accept?",
content: "We support Stripe, PayPal, Click, and Payme for maximum convenience. All payments are processed securely with industry-standard encryption. We also offer monthly and annual subscription plans with flexible billing options.",
},
id: "1", title: "What payment methods do you accept?", content: "We support Stripe, PayPal, Click, and Payme for maximum convenience. All payments are processed securely with industry-standard encryption. We also offer monthly and annual subscription plans with flexible billing options."},
{
id: "2",
title: "Can I become an instructor and sell my own courses?",
content: "Absolutely! We have an instructor program where you can create and sell courses. We provide course creation tools, student management features, and handle payment processing. You earn 70% of course revenue while we take 30% commission.",
},
id: "2", title: "Can I become an instructor and sell my own courses?", content: "Absolutely! We have an instructor program where you can create and sell courses. We provide course creation tools, student management features, and handle payment processing. You earn 70% of course revenue while we take 30% commission."},
{
id: "3",
title: "Are there any refund guarantees?",
content: "Yes, we offer a 30-day money-back guarantee on all course purchases. If you're not satisfied with your purchase, contact our support team and we'll process a full refund with no questions asked.",
},
id: "3", title: "Are there any refund guarantees?", content: "Yes, we offer a 30-day money-back guarantee on all course purchases. If you're not satisfied with your purchase, contact our support team and we'll process a full refund with no questions asked."},
{
id: "4",
title: "Is the platform available on mobile?",
content: "Yes! Eldorbek is fully responsive and optimized for mobile devices. We also have native iOS and Android apps for seamless learning on-the-go with offline viewing capabilities.",
},
id: "4", title: "Is the platform available on mobile?", content: "Yes! Eldorbek is fully responsive and optimized for mobile devices. We also have native iOS and Android apps for seamless learning on-the-go with offline viewing capabilities."},
{
id: "5",
title: "How does the community feature work?",
content: "Our community includes live chat, discussion forums, direct messaging, and code review sessions. You can connect with other developers, ask questions, share projects, and get feedback from experienced professionals.",
},
id: "5", title: "How does the community feature work?", content: "Our community includes live chat, discussion forums, direct messaging, and code review sessions. You can connect with other developers, ask questions, share projects, and get feedback from experienced professionals."},
{
id: "6",
title: "Is there a free tier?",
content: "Yes! Our Starter plan is completely free. You get access to 5 free courses, basic portfolio building, community forums, and weekly newsletters. Upgrade anytime to unlock unlimited content and premium features.",
},
id: "6", title: "Is there a free tier?", content: "Yes! Our Starter plan is completely free. You get access to 5 free courses, basic portfolio building, community forums, and weekly newsletters. Upgrade anytime to unlock unlimited content and premium features."},
]}
/>
</div>