-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
133 lines (125 loc) · 7.36 KB
/
index.php
File metadata and controls
133 lines (125 loc) · 7.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?php include 'header.php'; ?>
<main>
<!-- HERO -->
<div class="max-width">
<section class="hero-section">
<div class="hero-content">
<h1 class="hero-headline">Fast Responses—No Fail, No Effort.</h1>
<p class="hero-support">
Would your SMB benefit from having it's own Intelligent virtual receptionist that answers correctly, right away, at any hour?
</p>
<a class="btn hero-cta" href="https://rocketreception.ca#demos">Try The Demos</a>
</div>
</section>
<section id="demos" class="section demo-section">
<div class="section-header">
<h2 class="section-title">Try One of our Business Demos Now</h2>
</div>
<p class="section-intro">
Try chatting with or calling the AI receptionist from one of our made-up local businesses.
</p>
<div class="demo-grid">
<a class="demo-tile demo-tile--beauty" href="https://rocketreception.ca/demo-winnipeg-beauty/">
<span>Try talking to our Beauty Salon receptionist</span>
</a>
<a class="demo-tile demo-tile--reno" href="https://rocketreception.ca/demo-winnipeg-reno-king">
<span>Try talking to our Construction/Renovation receptionist</span>
</a>
<a class="demo-tile demo-tile--primo" href="https://rocketreception.ca/demo-winnipeg-primo-accountants">
<span>Try talking to our Accountant receptionist</span>
</a>
</div>
</section>
<section id="what-it-is" class="section what-it-is">
<div class="section-header">
<h2 class="section-title">Rocket Reception is a friendly AI receptionist for small businesses</h2>
</div>
<p class="section-intro">
It answers calls, texts, and website chats using your real business policies — supporting your team instead of replacing them.
</p>
<div class="about-grid">
<article class="about-tile">
<h3>Never miss a customer</h3>
<p>Rocket Reception answers calls, texts, and website chats even when your team is busy or off the clock, so important inquiries don’t slip through the cracks.</p>
</article>
<article class="about-tile">
<h3>Fewer interruptions for your team</h3>
<p>Routine questions are handled automatically, which means your staff can stay focused on the work they were actually hired to do instead of constantly stopping to answer phones and messages.</p>
</article>
<article class="about-tile">
<h3>Consistent, accurate answers every time</h3>
<p>Responses come from your real business policies and details, so customers get the same correct answer every time—without guessing, forgetting, or needing to “check and call back.”</p>
</article>
<article class="about-tile">
<h3>24/7 coverage without 24/7 staffing</h3>
<p>Your business stays responsive after hours and during peak times, without the cost or complexity of hiring, scheduling, or burning out a dedicated receptionist.</p>
</article>
<article class="about-tile">
<h3>A more professional customer experience</h3>
<p>Fast, knowledgeable responses make even small teams feel organized and established, helping customers feel confident they’re dealing with a business that has its act together.</p>
</article>
<article class="about-tile">
<h3>Less stress for owners and teams</h3>
<p>Messages are handled promptly and consistently, giving everyone peace of mind that nothing important is being missed or mishandled.</p>
</article>
</div>
</section>
<section id="intro-video" class="section intro-section">
<div class="section-header">
<h2 class="section-title">Intro to Rocket Reception</h2>
</div>
<p class="section-intro">
Now it's easy to get the most repetitious tasks and requests off your plate so you can work smarter. Here's how it works:
</p>
<div class="video-embed">
<video class="intro-video" src="/assets/Rocket-Reception-Intro.mp4" poster="/assets/intro-video-poster.png" controls></video>
</div>
</section>
<section id="who-its-for" class="section split-section">
<div class="split-section-inner">
<div class="split-text">
<h2 class="section-title">Built for small teams who need to stay responsive</h2>
<p class="section-intro">
Rocket Reception is ideal for businesses that want to respond quickly and professionally to customers, without pulling staff away from their primary work or hiring a dedicated receptionist.
</p>
<ul class="feature-list">
<li>Small and medium-sized businesses</li>
<li>Owner-operated teams wearing multiple hats</li>
<li>Businesses without a full-time receptionist</li>
<li>Teams that get interrupted by calls, texts, and chat messages</li>
<li>Businesses that want to offer reliable after-hours responsiveness</li>
<li>Service-based businesses that rely on timely customer communication</li>
</ul>
</div>
<div class="split-media">
<img src="/assets/who-its-for.jpg" alt="Small team serving customers" loading="lazy">
</div>
</div>
</section>
<section id="whats-next" class="section split-section">
<div class="split-section-inner split-reverse">
<div class="split-media">
<img src="/assets/whats-next.jpg" alt="Planning and future roadmap" loading="lazy">
</div>
<div class="split-text">
<h2 class="section-title">Actively building what’s next</h2>
<p class="section-intro">
Rocket Reception is evolving alongside the businesses using it. These upcoming features are in development and will roll out gradually.
</p>
<ul class="feature-list">
<li>Email integration, so inquiries are handled consistently across channels</li>
<li>Social message responses for common platforms</li>
<li>Appointment booking with popular tools, including:</li>
<li>Google Calendar</li>
<li>Calendly</li>
<li>Square appointments</li>
<li>Expanded conversation summaries and follow-ups</li>
</ul>
</div>
</div>
</section>
</div>
<br><br><br><br>
<?php include 'rocket-contact-form.php'; ?>
</main>
<?php include 'footer.php'; ?>