64 lines
2.4 KiB
PHP
64 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Contact us',
|
|
'subtitle' => 'Feel free to contact us and we will be happy to help you!',
|
|
|
|
// Contact details section
|
|
'location_title' => 'Location',
|
|
'location_address' => 'Jalan Pintu Air Raya No.11 B,D,E,F,G RT.8/RW.1, Ps. Baru, Kecamatan Sawah Besar, Kota Jakarta Pusat, Daerah Khusus Ibukota Jakarta 10710',
|
|
'location_link' => 'Get directions',
|
|
|
|
'phone_title' => 'Phone',
|
|
'phone_number' => '(021) 3500703',
|
|
'phone_whatsapp' => '0818-4343-01',
|
|
|
|
'email_title' => 'Email',
|
|
'email_address' => 'sales@asiagolf.id',
|
|
|
|
// Contact form
|
|
'form_title' => 'Send us a message',
|
|
'form_subtitle' => 'We usually respond within 24 hours',
|
|
|
|
'name_label' => 'Name',
|
|
'name_placeholder' => 'Your name',
|
|
|
|
'email_label' => 'Email',
|
|
'email_placeholder' => 'your.email@example.com',
|
|
|
|
'subject_label' => 'Subject',
|
|
'subject_placeholder' => 'What is this about?',
|
|
|
|
'message_label' => 'Message',
|
|
'message_placeholder' => 'Tell us more about your inquiry...',
|
|
|
|
'submit_button' => 'Send message',
|
|
|
|
// Social media
|
|
'social_title' => 'Follow us',
|
|
'social_instagram' => 'Instagram',
|
|
'social_facebook' => 'Facebook',
|
|
'social_twitter' => 'Twitter',
|
|
|
|
// Success messages
|
|
'success_title' => 'Thank you for your message!',
|
|
'success_message' => 'We have received your message and will get back to you soon.',
|
|
|
|
// Error messages
|
|
'error_title' => 'Something went wrong',
|
|
'error_message' => 'Please try again later or contact us directly.',
|
|
|
|
// Working hours
|
|
'working_hours_title' => 'Working hours',
|
|
'working_hours_mon_fri' => 'Mon - Fri 8:00 - 18:00',
|
|
'working_hours_sat_sun' => 'Sat - Sun 10:00 - 16:00',
|
|
|
|
// Support section
|
|
'support_title' => 'Looking for support?',
|
|
'support_message' => 'We might already have what you\'re looking for. See our FAQs or head to our dedicated Help Center.',
|
|
'help_center_button' => 'Help center',
|
|
|
|
// FAQ
|
|
'faq_delivery_question' => 'How long will delivery take?',
|
|
'faq_delivery_answer' => 'Delivery times vary based on your location and chosen shipping method. Generally, our standard delivery takes up to 5 days, while our Express Delivery ensures your order reaches you within 1 day. Please note that these times may be subject to occasional variations due to unforeseen circumstances, but we do our best to meet these estimates.',
|
|
]; |