Merge version_2 into main #4
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Shop Now", href: "#products" }}
|
||||
/>
|
||||
@@ -204,7 +205,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about MyPro protein supplements and our products."
|
||||
description="Find answers to common questions about MyPro protein supplements and our products. Our support team is here to help you make informed decisions about your fitness journey."
|
||||
tag="Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
@@ -230,6 +231,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", title: "What's the shelf life of MyPro?", content: "MyPro Whey Protein has a shelf life of 24 months from the manufacturing date when stored in a cool, dry place. Check the package for specific expiration dates."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you offer bulk discounts?", content: "Yes! We offer tiered bulk pricing for orders of 5+ units. Contact our sales team at bulk@mypro.com for custom quotes and wholesale opportunities."
|
||||
},
|
||||
{
|
||||
id: "7", title: "What's your return policy?", content: "We offer a 30-day money-back guarantee on all unused products. If you're not satisfied with your purchase, contact our customer service team for a hassle-free return."
|
||||
},
|
||||
{
|
||||
id: "8", title: "Are there any allergens in MyPro products?", content: "MyPro products are made in a facility that processes dairy, whey, and soy. Always check individual product labels for specific allergen information and consult with your healthcare provider if needed."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -239,7 +249,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Get Connected"
|
||||
title="Join the MyPro Community"
|
||||
description="Subscribe to our newsletter for exclusive deals, fitness tips, and new product launches. Be the first to know about MyPro innovations."
|
||||
description="Subscribe to our newsletter for exclusive deals, fitness tips, and new product launches. Be the first to know about MyPro innovations and receive special offers for our loyal subscribers."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -264,23 +274,26 @@ export default function LandingPage() {
|
||||
{ label: "Whey Protein", href: "#products" },
|
||||
{ label: "BCAAs", href: "#products" },
|
||||
{ label: "Accessories", href: "#products" },
|
||||
{ label: "Bundles", href: "#products" }
|
||||
{ label: "Bundles", href: "#products" },
|
||||
{ label: "New Arrivals", href: "#products" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#features" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" }
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Press", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Help Center", href: "#faq" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
{ label: "Track Order", href: "#" }
|
||||
{ label: "Track Order", href: "#" },
|
||||
{ label: "Contact Support", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -288,7 +301,8 @@ export default function LandingPage() {
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
{ label: "Accessibility", href: "#" }
|
||||
{ label: "Accessibility", href: "#" },
|
||||
{ label: "Cookie Settings", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user