Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 05:29:52 +00:00
parent b48350dcd3
commit 30220d4894

View File

@@ -17,9 +17,7 @@ const navItems = [
];
const navButton = {
text: "Shop Now",
href: "/products",
};
text: "Shop Now", href: "/products"};
export default function ContactPage() {
return (
@@ -67,35 +65,17 @@ export default function ContactPage() {
animationType="smooth"
faqs={[
{
id: "1",
title: "How does 3D product visualization work?",
content: "Our advanced 3D models allow you to rotate, zoom, and inspect products from every angle using your mouse or touch device. The technology provides realistic textures, lighting, and proportions for accurate product assessment before purchase.",
},
id: "1", title: "How does 3D product visualization work?", content: "Our advanced 3D models allow you to rotate, zoom, and inspect products from every angle using your mouse or touch device. The technology provides realistic textures, lighting, and proportions for accurate product assessment before purchase."},
{
id: "2",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, PayPal, Apple Pay, Google Pay, and cryptocurrency payments. All transactions are secured with industry-leading encryption and fraud protection to ensure your safety.",
},
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, Google Pay, and cryptocurrency payments. All transactions are secured with industry-leading encryption and fraud protection to ensure your safety."},
{
id: "3",
title: "What is your return and refund policy?",
content: "We offer a 30-day hassle-free return policy on all items. If you're not completely satisfied, simply initiate a return through your account dashboard, and we'll provide a prepaid shipping label. Refunds are processed within 5-7 business days.",
},
id: "3", title: "What is your return and refund policy?", content: "We offer a 30-day hassle-free return policy on all items. If you're not completely satisfied, simply initiate a return through your account dashboard, and we'll provide a prepaid shipping label. Refunds are processed within 5-7 business days."},
{
id: "4",
title: "How fast is the shipping?",
content: "We offer multiple shipping options: Standard (5-7 business days), Express (2-3 business days), and Overnight. Shipping costs vary by location and selected method. Free shipping is available on orders over $100.",
},
id: "4", title: "How fast is the shipping?", content: "We offer multiple shipping options: Standard (5-7 business days), Express (2-3 business days), and Overnight. Shipping costs vary by location and selected method. Free shipping is available on orders over $100."},
{
id: "5",
title: "Can I customize products before ordering?",
content: "Yes! Many of our products offer customization options including color selection, size variants, and engraving. Use the interactive 3D viewer to see your customizations in real-time before completing your purchase.",
},
id: "5", title: "Can I customize products before ordering?", content: "Yes! Many of our products offer customization options including color selection, size variants, and engraving. Use the interactive 3D viewer to see your customizations in real-time before completing your purchase."},
{
id: "6",
title: "Is my personal data secure?",
content: "Absolutely. We use SSL encryption, PCI DSS compliance, and multi-layer security protocols to protect your personal and payment information. We never share your data with third parties without consent.",
},
id: "6", title: "Is my personal data secure?", content: "Absolutely. We use SSL encryption, PCI DSS compliance, and multi-layer security protocols to protect your personal and payment information. We never share your data with third parties without consent."},
]}
/>
</div>