BrunoBen commited on
Commit
817fa88
·
verified ·
1 Parent(s): d3cd7ef

<div id="how-it-works" class="order-2 md:order-1"> <h3 class="text-2xl font-bold mb-4">How It Works</h3> <p class="text-gray-400 mb-6"> We pick up every enquiry, qualify it, and book it—then notify both sides. <strong>Works with your tools.</strong> </p> <ul class="space-y-3"> <li class="flex items-start"> <div class="text-accent mr-3 mt-1"><i class=></i></div> <span><strong>1) Customer reaches you</strong> (call, SMS, WhatsApp, or your usual channel).</span> </li> <li class="flex items-start"> <div class="text-accent mr-3 mt-1"><i class=></i></div> <span><strong>2) We qualify</strong> suburb, job type, photos, access, timeframe, and budget.</span> </li> <li class="flex items-start"> <div class="text-accent mr-3 mt-1"><i class=></i></div> <span><strong>3) We book it</strong> into your Google/Outlook calendar and tag the job (e.g., “Plumbing — burst pipe”).</span> </li> <li class="flex items-start"> <div class="text-accent mr-3 mt-1"><i ></i></div> <span><strong>4) Everyone is notified</strong>: summary to you; confirmation & reminder to the customer.</span> </li> </ul> </div> Make the enumerations 1) 2) 3) and 4) have this formatclass="bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent" - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +134 -134
index.html CHANGED
@@ -942,17 +942,22 @@
942
  </div>
943
 
944
  <div>
945
- <label class="block text-sm font-medium mb-1">Industry*</label>
946
- <select name="industry" required class="w-full px-4 py-2 rounded-lg bg-dark border border-gray-700 focus:outline-none focus:ring-2 focus:ring-accent">
947
- <option value="">Select your industry</option>
948
- <option>Plumbing</option><option>Electrical</option><option>HVAC</option>
949
- <option>Lawn care</option><option>Clinic</option><option>Other</option>
950
- </select>
 
 
 
 
 
951
  </div>
952
 
953
  <div>
954
  <label class="block text-sm font-medium mb-1">Location/Suburb*</label>
955
- <input name="location" type="text" placeholder="Mackay area" required class="w-full px-4 py-2 rounded-lg bg-dark border border-gray-700 focus:outline-none focus:ring-2 focus:ring-accent">
956
  </div>
957
 
958
  <!-- ✅ Weekly call volume -->
@@ -1017,140 +1022,135 @@
1017
  </div>
1018
  </section>
1019
 
1020
- <!-- FAQ -->
1021
  <section id="faq" class="py-20 px-4 sm:px-10 lg:px-20 xl:px-32">
1022
- <div class="max-w-4xl mx-auto">
1023
- <div class="text-center mb-16">
1024
- <h2 class="text-3xl sm:text-4xl font-bold mb-6">Frequently Asked Questions</h2>
1025
- <p class="text-lg text-gray-400">
1026
- Everything you need to know about the product and billing.
1027
- </p>
 
 
 
 
 
 
 
 
 
1028
  </div>
1029
-
1030
- <div class="space-y-4">
1031
- <div class="accordion glass-card rounded-xl p-6">
1032
- <button class="accordion-header w-full flex justify-between items-center text-left">
1033
- <h4 class="font-bold text-lg">How does the AI learn my work patterns?</h4>
1034
- <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1035
- </button>
1036
- <div class="accordion-content mt-4">
1037
- <p class="text-gray-400">
1038
- NeuraFlow uses machine learning to analyze your calendar events, task completion times, work hours, and productivity patterns. Over time, it builds a personalized model of when you're most focused, which tasks take you longest, and how to optimally arrange your schedule. The more you use it, the smarter it gets.
1039
- </p>
1040
- </div>
1041
- </div>
1042
-
1043
- <div class="accordion glass-card rounded-xl p-6">
1044
- <button class="accordion-header w-full flex justify-between items-center text-left">
1045
- <h4 class="font-bold text-lg">What platforms and apps does NeuraFlow integrate with?</h4>
1046
- <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1047
- </button>
1048
- <div class="accordion-content mt-4">
1049
- <p class="text-gray-400 mb-4">
1050
- We integrate with all major productivity platforms including:
1051
- </p>
1052
- <ul class="grid sm:grid-cols-2 gap-2 text-gray-400">
1053
- <li class="flex items-center">
1054
- <i class="fas fa-check-circle text-accent mr-2"></i>
1055
- <span>Google Workspace (Gmail, Calendar, Drive)</span>
1056
- </li>
1057
- <li class="flex items-center">
1058
- <i class="fas fa-check-circle text-accent mr-2"></i>
1059
- <span>Microsoft 365 (Outlook, Teams, OneDrive)</span>
1060
- </li>
1061
- <li class="flex items-center">
1062
- <i class="fas fa-check-circle text-accent mr-2"></i>
1063
- <span>Slack</span>
1064
- </li>
1065
- <li class="flex items-center">
1066
- <i class="fas fa-check-circle text-accent mr-2"></i>
1067
- <span>Notion</span>
1068
- </li>
1069
- <li class="flex items-center">
1070
- <i class="fas fa-check-circle text-accent mr-2"></i>
1071
- <span>Trello</span>
1072
- </li>
1073
- <li class="flex items-center">
1074
- <i class="fas fa-check-circle text-accent mr-2"></i>
1075
- <span>Asana</span>
1076
- </li>
1077
- <li class="flex items-center">
1078
- <i class="fas fa-check-circle text-accent mr-2"></i>
1079
- <span>Zoom</span>
1080
- </li>
1081
- <li class="flex items-center">
1082
- <i class="fas fa-check-circle text-accent mr-2"></i>
1083
- <span>100+ more through Zapier</span>
1084
- </li>
1085
- </ul>
1086
- </div>
1087
- </div>
1088
-
1089
- <div class="accordion glass-card rounded-xl p-6">
1090
- <button class="accordion-header w-full flex justify-between items-center text-left">
1091
- <h4 class="font-bold text-lg">Is my data secure with NeuraFlow?</h4>
1092
- <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1093
- </button>
1094
- <div class="accordion-content mt-4">
1095
- <p class="text-gray-400 mb-4">
1096
- Security is our top priority. We implement enterprise-grade security measures including:
1097
- </p>
1098
- <ul class="space-y-3 text-gray-400">
1099
- <li class="flex items-start">
1100
- <div class="text-accent mr-2 mt-1">
1101
- <i class="fas fa-lock"></i>
1102
- </div>
1103
- <span>End-to-end encryption of all your data</span>
1104
- </li>
1105
- <li class="flex items-start">
1106
- <div class="text-accent mr-2 mt-1">
1107
- <i class="fas fa-shield-alt"></i>
1108
- </div>
1109
- <span>SOC 2 Type II certified infrastructure</span>
1110
- </li>
1111
- <li class="flex items-start">
1112
- <div class="text-accent mr-2 mt-1">
1113
- <i class="fas fa-user-secret"></i>
1114
- </div>
1115
- <span>Strict access controls and audit logging</span>
1116
- </li>
1117
- <li class="flex items-start">
1118
- <div class="text-accent mr-2 mt-1">
1119
- <i class="fas fa-cloud"></i>
1120
- </div>
1121
- <span>Option for on-premises deployment for enterprise clients</span>
1122
- </li>
1123
- </ul>
1124
- <p class="text-gray-400 mt-4">
1125
- We never sell or share your data with third parties. Read our <a href="#" class="text-accent">Privacy Policy</a> for more details.
1126
- </p>
1127
- </div>
1128
- </div>
1129
-
1130
- <div class="accordion glass-card rounded-xl p-6">
1131
- <button class="accordion-header w-full flex justify-between items-center text-left">
1132
- <h4 class="font-bold text-lg">Can I cancel my subscription anytime?</h4>
1133
- <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1134
- </button>
1135
- <div class="accordion-content mt-4">
1136
- <p class="text-gray-400">
1137
- Absolutely. You can cancel your NeuraFlow subscription at any time with just a few clicks. When you cancel, you'll continue to have access to all Pro features until the end of your current billing period. We don't believe in locking you in or making cancellation difficult.
1138
- </p>
1139
- <p class="text-gray-400 mt-2">
1140
- If you're on a monthly or yearly plan, your subscription will automatically renew until you cancel. Our 14-day money-back guarantee applies to all new subscriptions.
1141
- </p>
1142
- </div>
1143
- </div>
1144
  </div>
1145
-
1146
- <div class="text-center mt-16">
1147
- <h4 class="text-xl font-bold mb-4">Still have questions?</h4>
1148
- Contact us at <span class="bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent">support@transfertoai.com</span>
1149
-
 
 
 
 
 
1150
  </div>
1151
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1152
  </section>
1153
 
 
1154
 
1155
  <!-- Footer -->
1156
  <footer class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-dark">
 
942
  </div>
943
 
944
  <div>
945
+ <label for="industry" class="block text-sm font-medium mb-1">Industry*</label>
946
+ <input
947
+ id="industry"
948
+ name="industry"
949
+ type="text"
950
+ required
951
+ placeholder="E.g., Plumbing, Electrical, Dental Clinic"
952
+ class="w-full px-4 py-2 rounded-lg bg-dark border border-gray-700 focus:outline-none focus:ring-2 focus:ring-accent"
953
+ autocapitalize="words"
954
+ spellcheck="false"
955
+ />
956
  </div>
957
 
958
  <div>
959
  <label class="block text-sm font-medium mb-1">Location/Suburb*</label>
960
+ <input name="location" type="text" placeholder="Kelvin Grove" required class="w-full px-4 py-2 rounded-lg bg-dark border border-gray-700 focus:outline-none focus:ring-2 focus:ring-accent">
961
  </div>
962
 
963
  <!-- ✅ Weekly call volume -->
 
1022
  </div>
1023
  </section>
1024
 
1025
+ <!-- FAQ (mismo formato, más compacto + preguntas actualizadas) -->
1026
  <section id="faq" class="py-20 px-4 sm:px-10 lg:px-20 xl:px-32">
1027
+ <div class="max-w-4xl mx-auto">
1028
+ <div class="text-center mb-10">
1029
+ <h2 class="text-3xl sm:text-4xl font-bold mb-3">Frequently Asked Questions</h2>
1030
+ <p class="text-base text-gray-400">Quick answers about the service and billing.</p>
1031
+ </div>
1032
+
1033
+ <div class="space-y-3"><!-- antes era space-y-4 -->
1034
+ <!-- 1 -->
1035
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1036
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1037
+ <h4 class="font-semibold text-base sm:text-lg">Do you replace my receptionist?</h4>
1038
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1039
+ </button>
1040
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1041
+ We handle first-line answering, qualification and booking. Complex cases can be escalated to your team.
1042
  </div>
1043
+ </div>
1044
+
1045
+ <!-- 2 -->
1046
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1047
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1048
+ <h4 class="font-semibold text-base sm:text-lg">Which channels do you support?</h4>
1049
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1050
+ </button>
1051
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1052
+ Phone & SMS by default. We can also work with WhatsApp, email and web forms. <span class="text-white/80">We adapt to your tools.</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1053
  </div>
1054
+ </div>
1055
+
1056
+ <!-- 3 -->
1057
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1058
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1059
+ <h4 class="font-semibold text-base sm:text-lg">Can you use our existing phone number?</h4>
1060
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1061
+ </button>
1062
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1063
+ Yes—forwarding is quickest. We can also port your number or provision a new one.
1064
  </div>
1065
  </div>
1066
+
1067
+ <!-- 4 -->
1068
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1069
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1070
+ <h4 class="font-semibold text-base sm:text-lg">Do you book directly in our calendar?</h4>
1071
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1072
+ </button>
1073
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1074
+ Yes—Google/Outlook. Or we drop jobs into your CRM with notes & tags.
1075
+ </div>
1076
+ </div>
1077
+
1078
+ <!-- 5 -->
1079
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1080
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1081
+ <h4 class="font-semibold text-base sm:text-lg">Can you transfer live calls?</h4>
1082
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1083
+ </button>
1084
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1085
+ Yes—warm or cold transfer to a mobile or landline.
1086
+ </div>
1087
+ </div>
1088
+
1089
+ <!-- 6 -->
1090
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1091
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1092
+ <h4 class="font-semibold text-base sm:text-lg">How fast is setup?</h4>
1093
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1094
+ </button>
1095
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1096
+ A working pilot usually goes live in ~10 days.
1097
+ </div>
1098
+ </div>
1099
+
1100
+ <!-- 7 -->
1101
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1102
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1103
+ <h4 class="font-semibold text-base sm:text-lg">What about data and recordings?</h4>
1104
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1105
+ </button>
1106
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1107
+ Calls run on Twilio; transcripts via OpenAI. We store only what’s needed for summaries & bookings. Call recording is optional.
1108
+ </div>
1109
+ </div>
1110
+
1111
+ <!-- 8 -->
1112
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1113
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1114
+ <h4 class="font-semibold text-base sm:text-lg">Contract & cancellation?</h4>
1115
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1116
+ </button>
1117
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1118
+ Month-to-month. Cancel anytime before the next billing date. No lock-in.
1119
+ </div>
1120
+ </div>
1121
+
1122
+ <!-- 9 -->
1123
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1124
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1125
+ <h4 class="font-semibold text-base sm:text-lg">How do you charge?</h4>
1126
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1127
+ </button>
1128
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1129
+ Quote based on enquiries volume & channels. Most new clients land between <span class="text-white/80">A$79–A$149/mo</span>.
1130
+ </div>
1131
+ </div>
1132
+
1133
+ <!-- 10 -->
1134
+ <div class="accordion glass-card rounded-lg p-4 sm:p-5">
1135
+ <button class="accordion-header w-full flex justify-between items-center text-left">
1136
+ <h4 class="font-semibold text-base sm:text-lg">Do you cover my area?</h4>
1137
+ <i class="fas fa-chevron-down text-accent transition-transform duration-300"></i>
1138
+ </button>
1139
+ <div class="accordion-content mt-2 text-sm text-gray-400">
1140
+ Australia-wide. We route by suburb/postcode and your service area.
1141
+ </div>
1142
+ </div>
1143
+ </div>
1144
+
1145
+ <div class="text-center mt-10">
1146
+ <h4 class="text-lg font-bold mb-2">Still have questions?</h4>
1147
+ Contact us at
1148
+ <span class="bg-gradient-to-r from-accent to-accent2 bg-clip-text text-transparent">support@transfertoai.com</span>
1149
+ </div>
1150
+ </div>
1151
  </section>
1152
 
1153
+
1154
 
1155
  <!-- Footer -->
1156
  <footer class="py-16 px-4 sm:px-10 lg:px-20 xl:px-32 bg-dark">