Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-17 19:29:50 +00:00

View File

@@ -38,6 +38,7 @@ export default function LandingPage() {
{ name: "Media", id: "media" },
{ name: "Locations", id: "locations" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
button={{
@@ -217,7 +218,10 @@ export default function LandingPage() {
{ id: "biomechanics", title: "What is a biomechanical assessment and do I need one?", content: "A biomechanical assessment is a detailed evaluation of how your feet and lower limbs function during walking and running. It helps identify imbalances or movement patterns that may cause pain or injury. We recommend one if you experience recurring foot pain, are an athlete, or have gait concerns." },
{ id: "orthotics-time", title: "How long does it take to get custom orthotics?", content: "After your assessment, we create a digital model of your feet and custom-design your orthotics. Typically, custom orthotics are ready within 1-2 weeks. We'll schedule a fitting appointment to ensure they're perfectly adjusted for your comfort." },
{ id: "medical-aid", title: "Is podiatry covered by medical aid in South Africa?", content: "Many medical aid schemes in South Africa cover podiatric treatment, especially when referred by a doctor or for specific conditions like diabetic foot care. Coverage varies by scheme and plan. Contact your medical aid provider or speak to us about your specific cover." },
{ id: "booking", title: "Which location is closest to me and how do I book?", content: "We have 4 locations across Cape Town: Century City (Mon & Thu afternoons), Panorama (full week), Fish Hoek, and Plattekloof. Use our online booking form or call us directly. Phone numbers are listed for each location, and we'll find an appointment that suits your schedule." }
{ id: "booking", title: "Which location is closest to me and how do I book?", content: "We have 4 locations across Cape Town: Century City (Mon & Thu afternoons), Panorama (full week), Fish Hoek, and Plattekloof. Use our online booking form or call us directly. Phone numbers are listed for each location, and we'll find an appointment that suits your schedule." },
{ id: "appointment-scheduling", title: "How can I schedule an appointment?", content: "You can schedule an appointment in three ways: 1) Use our online booking form on this website, 2) Call us directly at any of our clinic locations (Century City: 021 552 5984, Panorama: 021 552 5984, Fish Hoek: 060 775 6768, Plattekloof: 079 653 0846), or 3) Email us at c.olivier@treatingyoursole.co.za. We typically respond within 1 business day and will confirm your preferred time and location." },
{ id: "payment-methods", title: "What payment methods do you accept?", content: "We accept cash, card payments (Visa, MasterCard, American Express), and direct bank transfers. Many patients use their medical aid for direct claims. If you need payment plan options or have specific questions about costs, please contact us directly at any of our clinic locations." },
{ id: "cancellation", title: "What is your cancellation policy?", content: "We require at least 24 hours notice for cancellations or rescheduling to allow other patients access to our appointment slots. Cancellations made less than 24 hours before your appointment may incur a cancellation fee. If you need to reschedule, simply contact your clinic location directly." }
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -231,14 +235,14 @@ export default function LandingPage() {
<ContactCenter
tag="Get In Touch"
title="Book Your Appointment Today"
description="Expert foot care starts with a consultation. Contact us to schedule your appointment at any of our Cape Town locations."
description="Expert foot care starts with a consultation. Contact us to schedule your appointment at any of our Cape Town locations. Our team will respond within 1 business day to confirm your booking."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Schedule Consultation"
termsText="By booking, you agree to our appointment terms and conditions. We'll respond within 1 business day."
termsText="By booking, you agree to our appointment terms and conditions. We'll respond within 1 business day to confirm your appointment at your preferred clinic location."
/>
</div>