bridgetown_theme_single_page_opt_in 0.1.57 → 0.1.59
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46fd43452a1d71c2a33b09e446609e67c8d4f87865b9f699e787e3d8fc6bfa23
|
4
|
+
data.tar.gz: 94c6ed9ff898bd3f6095dbcde7a1bd32847dbf4b16776dc383b9a4f59971ccfe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2976f3b3fc497f58222a0bd7170bc6305a28abf6cb78a325d7d7ea44dea4bd8787b10c41b59c895bafd2c579d2dde2f82694c3181cdb15f381764e38fb4e8a7
|
7
|
+
data.tar.gz: 78cd175fa9b5ce20910e099c412ae48425d6dce99e495ff7c4fd91e98c794fbf4f70af921596a4767de7c37190245c59106e412f9856e44bf6656d7179e6b3d3
|
data/bridgetown.automation.rb
CHANGED
@@ -161,8 +161,8 @@ create_file "src/_data/2_offer_hook.yml" do
|
|
161
161
|
headline:
|
162
162
|
opener: <b>You never know what is gonna resonate with your dream customers</b>
|
163
163
|
punchline: <b>"Don't be afraid</b> to tweak this constantly
|
164
|
-
|
165
|
-
|
164
|
+
kicker: BUT!! Your job isn't done yet, this landing page is here to make a solid first impression for YOU and <i>your OFFERING</i>
|
165
|
+
qualifier: Success in business is hinged on your ability to communicate clearly consistently.
|
166
166
|
anchor: So practice developing your rapport with a regular FREE webinar series. During this series, you will do regular check-ins with those who identify with the <b>problem you've set out to solve</b> and, when ready, try offering a product or service that you are well positioned to help them solve!
|
167
167
|
optin_bonus: PLUS, if you've been doing your homework, you've got lots of hard-earned knowledge that can help them move forward with their problems (maybe with <i>solutions or opportunities</i> they aren't even aware of yet). A confident, empowered buyer is a buyer equipped to succeed!
|
168
168
|
disclaimer: <b>NOTE:</b> "It takes 20 years to build a reputation and five minutes to ruin it. - Warren Buffett" Sales and Marketing are both skills that are developed through training. Most likely, if you are venturing into these methods, you are striking off on your own with small budget, resources and a product or service that may have room for improvement. <i>MAKE SURE</i> to be <b>UP-FRONT and STRAIGHTFORWARD</b> with your audience!! <br><br><u><i>There are laws involved with making commercial offers. Make sure to check with your country.</i></u>
|
@@ -182,12 +182,12 @@ create_file "src/_data/3_anchor_text.yml" do
|
|
182
182
|
<<~YAML
|
183
183
|
benefits1:
|
184
184
|
- These are benefits gained by attending the webinar, NOT the benefits of the product/service itself
|
185
|
-
- You need your prospect on the same page as you regarding why you are both taking time out of your day for this
|
186
|
-
- The Prospect should only decide to attend if you are solving a problem that they are motivated to solve
|
185
|
+
- You need your prospect on the same page as you regarding why you are both taking time out of your day for this
|
186
|
+
- The Prospect should only decide to attend if you are solving a problem that they are motivated to solve
|
187
187
|
benefits2:
|
188
|
-
-
|
189
|
-
-
|
190
|
-
-
|
188
|
+
- "sample1: How your product/service helps your prospect with the <u>Problem Statement</u> you are tackling with/for them"
|
189
|
+
- "sample 2: Why this package you are offering helps them solve it better than anyone around"
|
190
|
+
- "sample 3: How your prospect will be able to take tangible, proactive steps post-engagement to keep their momentum going"
|
191
191
|
YAML
|
192
192
|
end
|
193
193
|
|
@@ -218,7 +218,7 @@ create_file "src/_data/7_testimonials.yml" do
|
|
218
218
|
video: MSr1BFYG7uQ
|
219
219
|
right:
|
220
220
|
name: Jojo
|
221
|
-
text:
|
221
|
+
text: Be brave, those who are successful are the ones who dare to go beyond what they can see.
|
222
222
|
row2:
|
223
223
|
left:
|
224
224
|
name: Jay
|
@@ -240,7 +240,7 @@ end
|
|
240
240
|
|
241
241
|
create_file "src/_data/cta_button.yml" do
|
242
242
|
<<~YAML
|
243
|
-
text: Give your prospects the ability to hear from you!
|
243
|
+
text: Give your prospects the ability to hear from you! Not a fan of tracking? Try Scattergun.
|
244
244
|
url: "https://scattergun.email/home"
|
245
245
|
form_toggle: 1234567
|
246
246
|
YAML
|
@@ -262,7 +262,7 @@ create_file "src/_data/footer.yml" do
|
|
262
262
|
copyright: "©{{ Time.now.strftime('%Y') }} {{ site_metadata.title }}. All Rights Reserved."
|
263
263
|
address: your address
|
264
264
|
disclaimer: Any notices you might want your visitors to consider.
|
265
|
-
warning:
|
265
|
+
warning: If visitors start showing up with misaligned expectations/impressions, you could clarify here
|
266
266
|
terms_url: "/terms-and-policies"
|
267
267
|
YAML
|
268
268
|
end
|
@@ -18,6 +18,6 @@
|
|
18
18
|
{{ site.data.event_details.date }}
|
19
19
|
</div>
|
20
20
|
|
21
|
-
{%
|
21
|
+
{% render "bridgetown_theme_single_page_opt_in/footer", metadata: site.metadata, data: site.data.footer %}
|
22
22
|
</body>
|
23
23
|
</html>
|