Browse Source

Add more SEO keywords to panel

master
Immanuel Onyeka 3 years ago
parent
commit
3cdcd906e1
2 changed files with 11 additions and 7 deletions
  1. +3
    -0
      app/Http/Controllers/BillingController.php
  2. +8
    -7
      resources/views/home.blade.php

+ 3
- 0
app/Http/Controllers/BillingController.php View File

@@ -221,6 +221,9 @@ class BillingController extends Controller
$total = $transaction->credits/100 +
$transaction->credits_extra/100;
$description = "You will receive $total credits.";

$user->paying = true; $user->save();

return ['account' => $account, 'transaction' => $transaction->id,
'amount' => $transaction->charge/100, 'description' => $description];
}


+ 8
- 7
resources/views/home.blade.php View File

@@ -43,7 +43,7 @@
We're a social media content promoter based in Canada, helping
entertainers and brands perfect their marketing campaigns through
targeted views and engagements. By providing impressions and
retention from real user accounts, we'll help boost your
retention from real accounts, we'll help boost your
rankings and get you noticed.
</p>
</section>
@@ -121,8 +121,9 @@
placing your order. Many services available are instant.</p>
</div>

<div class="info-card"><p>By choosing the location and language of your
audience, you'll improve the quality of viewer engagements and boost your rankings significantly.</p> </div>
<div class="info-card"><p>By combining our services to create trending
content, you'll improve the quality of viewer engagements and boost your
rankings significantly. We're the best marketing panel around.</p> </div>
<div class="info-card"><p>

Improve your brand's image, increase your social proof, and build a stronger
@@ -136,8 +137,8 @@
<div class="panel-info">
<img src="./img/tap.svg" alt="">
<h3>Easy to Use</h3>
<p>We provide an extremely user-friendly and intuitive interface to
manage and review your orders.</p>
<p>We provide an extremely user-friendly and intuitive SPA interface to
manage and review your SMM orders.</p>
</div>
<div class="panel-info">
<img src="./img/lighting.svg" alt="">
@@ -163,8 +164,8 @@
willing to watch it, that's why consistent and high engagement is
essential to your brand's online growth. </p>
<p>Give your content the fair chance it deserves with a boost to your
account's traffic. We'll help you build your audience, develop your brand, and
launch your new business.</p>
account's traffic. Our SMM panel will help you build your audience,
develop your brand, and launch your new business.</p>
</div>
</section>
<section class='faq-info'>


Loading…
Cancel
Save