Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc1789646b |
@@ -9,6 +9,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import { Sparkles, Star, Zap } from "lucide-react";
|
import { Sparkles, Star, Zap } from "lucide-react";
|
||||||
|
import FAQAccordion from '@/components/sections/faq/FAQAccordion';
|
||||||
|
|
||||||
export default function FitForcePage() {
|
export default function FitForcePage() {
|
||||||
return (
|
return (
|
||||||
@@ -199,6 +200,15 @@ export default function FitForcePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="faq" data-section="faq">
|
||||||
|
<FAQAccordion title="FitForce FAQ" image="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80">
|
||||||
|
<AccordionItem question="What are the benefits of using FitForce products?" answer="Our products are designed to enhance your fitness journey with advanced features like heart rate monitoring, GPS tracking, and personalized workout plans." />
|
||||||
|
<AccordionItem question="How do I set up my FitForce device?" answer="Setting up your FitForce device is easy. Simply download the FitForce app, connect your device via Bluetooth, and follow the on-screen instructions." />
|
||||||
|
<AccordionItem question="Which payment methods are accepted?" answer="We accept all major credit cards, PayPal, and Apple Pay for your convenience." />
|
||||||
|
<AccordionItem question="Can I return my FitForce product if it doesn't meet my expectations?" answer="Absolutely! We offer a 30-day return policy. Just contact our customer service team for a hassle-free return process." />
|
||||||
|
</FAQAccordion>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="FitForce"
|
logoText="FitForce"
|
||||||
|
|||||||
Reference in New Issue
Block a user