Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -17,8 +17,7 @@ export default function SupportPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Shop", href: "/shop" },
|
||||
{ label: "Inventory", href: "/inventory" },
|
||||
@@ -26,8 +25,7 @@ export default function SupportPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Trading Guide", href: "#" },
|
||||
{ label: "Price Chart", href: "#" },
|
||||
{ label: "Community", href: "#" },
|
||||
@@ -35,8 +33,7 @@ export default function SupportPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -44,8 +41,7 @@ export default function SupportPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{ label: "Discord", href: "https://discord.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "YouTube", href: "https://youtube.com" },
|
||||
@@ -80,37 +76,20 @@ export default function SupportPage() {
|
||||
sideDescription="Everything you need to know about trading on MM2 Knife Shop"
|
||||
textPosition="left"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="reveal-blur"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I start trading on MM2 Shop?",
|
||||
content: "Simply create an account, verify your gaming profile, and browse our inventory. Add items to your cart and complete the secure checkout process. Your items will be delivered to your Roblox inventory within 24 hours.",
|
||||
},
|
||||
id: "1", title: "How do I start trading on MM2 Shop?", content: "Simply create an account, verify your gaming profile, and browse our inventory. Add items to your cart and complete the secure checkout process. Your items will be delivered to your Roblox inventory within 24 hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are the knives authentic and guaranteed?",
|
||||
content: "Yes! All our knives are 100% authentic. Every item is verified by our trading team before listing. We provide a satisfaction guarantee and take full responsibility for the condition and authenticity of each weapon.",
|
||||
},
|
||||
id: "2", title: "Are the knives authentic and guaranteed?", content: "Yes! All our knives are 100% authentic. Every item is verified by our trading team before listing. We provide a satisfaction guarantee and take full responsibility for the condition and authenticity of each weapon."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept Robux, PayPal, credit cards, and crypto payments. All transactions are processed through secure SSL encryption. Your payment information is never stored on our servers.",
|
||||
},
|
||||
id: "3", title: "What payment methods do you accept?", content: "We accept Robux, PayPal, credit cards, and crypto payments. All transactions are processed through secure SSL encryption. Your payment information is never stored on our servers."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How are prices determined?",
|
||||
content: "Our prices are based on current market demand, rarity tier, and condition. We constantly monitor the MM2 marketplace to ensure competitive pricing. Godly tier knives command premium prices due to scarcity.",
|
||||
},
|
||||
id: "4", title: "How are prices determined?", content: "Our prices are based on current market demand, rarity tier, and condition. We constantly monitor the MM2 marketplace to ensure competitive pricing. Godly tier knives command premium prices due to scarcity."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I sell my knives on the platform?",
|
||||
content: "Absolutely! Join our seller program and list your knives. We handle the verification, marketing, and secure transaction. Sellers receive 85% of the sale price after platform fees.",
|
||||
},
|
||||
id: "5", title: "Can I sell my knives on the platform?", content: "Absolutely! Join our seller program and list your knives. We handle the verification, marketing, and secure transaction. Sellers receive 85% of the sale price after platform fees."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What if there's an issue with my order?",
|
||||
content: "Our support team is available 24/7. Contact us through the support page and we'll resolve any issues within 48 hours. We have a 100% satisfaction guarantee with full refunds if needed.",
|
||||
},
|
||||
id: "6", title: "What if there's an issue with my order?", content: "Our support team is available 24/7. Contact us through the support page and we'll resolve any issues within 48 hours. We have a 100% satisfaction guarantee with full refunds if needed."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,8 +100,7 @@ export default function SupportPage() {
|
||||
title="Get Support & Exclusive Updates"
|
||||
description="Subscribe to our newsletter for trading tips, marketplace updates, and exclusive offers. Our support team is always ready to help."
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user