🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:template-senior-wellness.php
<?php /** * Template Name: Senior Wellness City Page */ get_header(); ?> <section class="page-banner-section wellness-banner"> <div class="container"> <div class="row"> <div class="col-12 text-center"> <h1 class="page-banner-title"><?php _e('UNFIA GLOBAL SENIOR WELLNESS & RETIREMENT CITY – SRI LANKA', 'unfia'); ?></h1> <p class="banner-subtitle"><?php _e('A Global Destination for Healthy Aging, Wellness, and Purposeful Living.', 'unfia'); ?></p> </div> </div> </div> </section> <section class="wellness-hero section-padding"> <div class="container"> <div class="row align-items-center g-5"> <div class="col-lg-6" data-aos="fade-right"> <span class="section-subtitle"><?php _e('Visionary Project', 'unfia'); ?></span> <h2><?php _e('UNFIA GLOBAL SENIOR WELLNESS & RETIREMENT CITY – SRI LANKA', 'unfia'); ?></h2> <p><?php _e('UNFIA Global Senior Wellness & Retirement City – Sri Lanka is a visionary international project designed to create a world-class wellness, healthcare, and retirement destination for senior citizens from Sri Lanka and around the globe. The project aims to provide a safe, comfortable, and age-friendly living environment that promotes healthy aging, active lifestyles, lifelong learning, social engagement, and holistic wellbeing. Inspired by global age-friendly city concepts, the development will integrate quality healthcare services, wellness facilities, recreation, eco-friendly living, assisted care options, and international retirement residences within a sustainable community setting. The initiative seeks to position Sri Lanka as a leading destination for senior wellness tourism, retirement living, and healthy longevity in Asia.', 'unfia'); ?></p> <ul class="wellness-highlights"> <li><i class="fas fa-check-circle"></i> <?php _e('World-class healthcare facilities', 'unfia'); ?></li> <li><i class="fas fa-check-circle"></i> <?php _e('Luxury residential options', 'unfia'); ?></li> <li><i class="fas fa-check-circle"></i> <?php _e('Ayurveda & holistic wellness', 'unfia'); ?></li> <li><i class="fas fa-check-circle"></i> <?php _e('Botanical gardens & green spaces', 'unfia'); ?></li> <li><i class="fas fa-check-circle"></i> <?php _e('Conference & cultural center', 'unfia'); ?></li> <li><i class="fas fa-check-circle"></i> <?php _e('24/7 security & concierge', 'unfia'); ?></li> </ul> </div> <div class="col-lg-6" data-aos="fade-left"> <div class="wellness-hero-image"> <?php echo unfia_get_image('unfia-hero', 'img-fluid rounded-4'); ?> </div> </div> </div> </div> </section> <section class="wellness-facilities section-padding bg-light"> <div class="container"> <?php unfia_section_title(__('World-Class Facilities', 'unfia'), __('Everything You Need', 'unfia')); ?> <div class="row g-4"> <?php $facilities = [ ['icon' => 'fa-home', 'title' => __('Senior Villas', 'unfia'), 'desc' => __('Luxury standalone villas with private gardens and premium amenities.', 'unfia')], ['icon' => 'fa-building', 'title' => __('Luxury Apartments', 'unfia'), 'desc' => __('Modern, accessible apartments with panoramic views and smart home features.', 'unfia')], ['icon' => 'fa-hospital', 'title' => __('Healthcare Center', 'unfia'), 'desc' => __('Advanced medical facility with specialized geriatric care and emergency services.', 'unfia')], ['icon' => 'fa-spa', 'title' => __('Ayurveda & Wellness', 'unfia'), 'desc' => __('Traditional Ayurveda treatments, yoga, meditation, and holistic healing.', 'unfia')], ['icon' => 'fa-chalkboard', 'title' => __('Conference Center', 'unfia'), 'desc' => __('State-of-the-art venue for conferences, seminars, and cultural events.', 'unfia')], ['icon' => 'fa-leaf', 'title' => __('Botanical Garden', 'unfia'), 'desc' => __('Serene botanical gardens with walking trails, meditation spots, and native flora.', 'unfia')], ['icon' => 'fa-swimmer', 'title' => __('Wellness Resort', 'unfia'), 'desc' => __('Luxury resort-style amenities including pools, fitness centers, and clubs.', 'unfia')], ['icon' => 'fa-home', 'title' => __('Retirement Village', 'unfia'), 'desc' => __('A vibrant, secure retirement community with social activities and care.', 'unfia')], ['icon' => 'fa-ambulance', 'title' => __('Medical Center', 'unfia'), 'desc' => __('24/7 medical center with specialist consultations and pharmacy.', 'unfia')], ['icon' => 'fa-shopping-bag', 'title' => __('Shopping Center', 'unfia'), 'desc' => __('Premium retail, dining, and entertainment options within the city.', 'unfia')], ]; foreach ($facilities as $fac): ?> <div class="col-lg-4 col-md-6" data-aos="fade-up"> <div class="facility-card"> <div class="facility-icon"><i class="fas <?php echo esc_attr($fac['icon']); ?>"></i></div> <h4><?php echo esc_html($fac['title']); ?></h4> <p><?php echo esc_html($fac['desc']); ?></p> </div> </div> <?php endforeach; ?> </div> </div> </section> <section class="wellness-cta section-padding"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-10 text-center" data-aos="fade-up"> <h2><?php _e('Investment Opportunities', 'unfia'); ?></h2> <p><?php _e('Be part of this groundbreaking project. Investment opportunities are available for qualified investors, developers, and partners who share our vision of creating the world\'s premier senior wellness destination.', 'unfia'); ?></p> <div class="cta-buttons mt-4"> <a href="#" class="btn btn-primary btn-lg"><?php _e('Request Brochure', 'unfia'); ?> <i class="fas fa-download"></i></a> <a href="#" class="btn btn-outline-primary btn-lg"><?php _e('Schedule a Tour', 'unfia'); ?> <i class="fas fa-calendar"></i></a> </div> </div> </div> </div> </section> <?php get_footer(); ?>
Save Changes
Cancel
Create New File
Create New Folder