Update src/app/contact/page.tsx

This commit is contained in:
2026-03-05 05:15:27 +00:00
parent 9275c39c62
commit 47f119a71d

View File

@@ -43,9 +43,9 @@ export default function ContactPage() {
tagIcon={Mail}
title="Join the Recovery Revolution"
description="Subscribe to our newsletter for exclusive recovery tips, product launches, and special offers from the world's leading recovery platform."
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/cross-forearm-pressure-calf-myofascial-release_169016-69127.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/cross-forearm-pressure-calf-myofascial-release_169016-69127.jpg"
imageAlt="Recovery and wellness lifestyle"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -59,35 +59,17 @@ export default function ContactPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "How quickly will I see recovery results?",
content: "Most customers report noticeable improvements in muscle soreness and mobility within 3-7 days of consistent use. Results vary based on individual physiology and product type, but our 60-day guarantee ensures you can experience the full benefits risk-free.",
},
id: "1", title: "How quickly will I see recovery results?", content: "Most customers report noticeable improvements in muscle soreness and mobility within 3-7 days of consistent use. Results vary based on individual physiology and product type, but our 60-day guarantee ensures you can experience the full benefits risk-free."},
{
id: "2",
title: "Are RecoverFlow products backed by science?",
content: "Yes, every product in our collection is based on peer-reviewed sports science research and has been validated by professional athletes and recovery specialists. We only offer products with proven efficacy.",
},
id: "2", title: "Are RecoverFlow products backed by science?", content: "Yes, every product in our collection is based on peer-reviewed sports science research and has been validated by professional athletes and recovery specialists. We only offer products with proven efficacy."},
{
id: "3",
title: "What is your return policy?",
content: "We offer a 60-day money-back guarantee on all products. If you're not completely satisfied with your recovery experience, we'll refund your purchase in full—no questions asked.",
},
id: "3", title: "What is your return policy?", content: "We offer a 60-day money-back guarantee on all products. If you're not completely satisfied with your recovery experience, we'll refund your purchase in full—no questions asked."},
{
id: "4",
title: "Do you offer international shipping?",
content: "Yes! We ship to 180+ countries with express delivery options. Standard shipping typically takes 5-7 business days, while express options are available for most regions.",
},
id: "4", title: "Do you offer international shipping?", content: "Yes! We ship to 180+ countries with express delivery options. Standard shipping typically takes 5-7 business days, while express options are available for most regions."},
{
id: "5",
title: "Can I use multiple recovery products together?",
content: "Absolutely. In fact, combining different recovery modalities (massage, compression, cold therapy) often produces superior results. Our recovery specialists can recommend personalized product combinations based on your needs.",
},
id: "5", title: "Can I use multiple recovery products together?", content: "Absolutely. In fact, combining different recovery modalities (massage, compression, cold therapy) often produces superior results. Our recovery specialists can recommend personalized product combinations based on your needs."},
{
id: "6",
title: "Are there any contraindications or safety concerns?",
content: "Our products are designed to be safe for most users. However, if you have specific medical conditions or injuries, we recommend consulting with a healthcare provider before use. Detailed safety information is included with every purchase.",
},
id: "6", title: "Are there any contraindications or safety concerns?", content: "Our products are designed to be safe for most users. However, if you have specific medical conditions or injuries, we recommend consulting with a healthcare provider before use. Detailed safety information is included with every purchase."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about RecoverFlow products and recovery solutions"
@@ -102,8 +84,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Shop All", href: "/shop" },
{ label: "Recovery Guide", href: "/guide" },
{ label: "Best Sellers", href: "/shop?filter=bestsellers" },
@@ -111,8 +92,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Story", href: "/story" },
{ label: "Careers", href: "/careers" },
@@ -120,8 +100,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#faq" },
{ label: "Privacy Policy", href: "/privacy" },