Skip to content

Commit d5d2238

Browse files
authored
Merge pull request #36 from gpproton/main
feat: improve few sections
2 parents 38482f7 + 31ea514 commit d5d2238

6 files changed

Lines changed: 109 additions & 163 deletions

File tree

src/components/BreadcrumbSection.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Breadcrumbs from "./Breadcrumbs.astro";
33
---
44

55
<div class="w-full">
6-
<div class="lg:max-w-6xl mx-auto py-4">
6+
<div class="lg:max-w-6xl mx-auto py-4 px-2">
77
<Breadcrumbs />
88
</div>
99
</div>

src/data/site-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drolx Lab",
3-
"phones": ["+234 803 0776365", "+234 806 2957703"],
3+
"phones": ["+234 803 0776365", "+234 812 7478057", "+234 806 2957703"],
44
"email": "[email protected]",
55
"supportEmail": "[email protected]",
66
"address": "ikeja, Lagos, Nigeria",

src/pages/get-started.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@ export const description =
6161
<div class="card-body">
6262
<div class="flex justify-center mb-4">
6363
<div class="bg-info/10 p-4 rounded-full">
64-
<Icon name="mdi:phone-outline" class="text-4xl text-info" />
64+
<Icon name="mdi:phone-outline" class="text-4xl text-primary" />
6565
</div>
6666
</div>
6767
<h3 class="card-title justify-center text-xl mb-3">Phone Call</h3>
6868
<p class="text-center text-base-content/70 mb-6">
6969
Prefer to speak directly? Call us for an immediate conversation.
7070
</p>
7171
<div class="card-actions justify-center">
72-
<a href={`tel:${siteInfo.phones[0]}`} aria-label="Call Now" class="btn btn-info btn-sm">
72+
<a href={`tel:${siteInfo.phones[0]}`} aria-label="Call Now" class="btn btn-primary btn-sm">
7373
<Icon name="mdi:phone" class="size-5" />
74-
Call Now
74+
<span>{"Call Now"}</span>
7575
</a>
7676
</div>
7777
</div>
@@ -95,10 +95,10 @@ export const description =
9595
<a
9696
href={`mailto:${siteInfo.email}`}
9797
aria-label={siteInfo.email}
98-
class="btn btn-accent btn-sm"
98+
class="btn btn-accent btn-sm text-white"
9999
>
100100
<Icon name="mdi:email" class="size-5" />
101-
Email Us
101+
<span>{"Email Us"}</span>
102102
</a>
103103
</div>
104104
</div>

src/pages/products/ello-trac.astro

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const deploymentOptions = [
164164
const integrations = [
165165
{ name: 'GPS Devices', icon: 'mdi:satellite' },
166166
{ name: 'Telematics', icon: 'mdi:router-wireless' },
167-
{ name: 'Mobile Apps', icon: 'mdi:phone' },
167+
{ name: 'Mobile Apps', icon: 'mdi:mobile-phone-text' },
168168
{ name: 'Web Dashboard', icon: 'mdi:monitor' },
169169
{ name: 'API Integration', icon: 'mdi:api' },
170170
{ name: 'Third-party Services', icon: 'mdi:link-variant' },
@@ -483,32 +483,20 @@ const integrations = [
483483
</p>
484484
</div>
485485

486-
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
486+
<div class="grid grid-cols-1 md:grid-cols-2 gap-16">
487487
{
488488
[
489489
{
490-
name: "Starter",
491-
devices: "Up to 10 Devices",
492-
price: "Custom",
493-
features: [
494-
"Live tracking",
495-
"Basic reports",
496-
"Email alerts",
497-
"Mobile app",
498-
"Email support",
499-
],
500-
},
501-
{
502-
name: "Professional",
490+
name: "Standard",
503491
devices: "Up to 50 Devices",
504-
price: "Custom",
505492
highlighted: true,
493+
price: "Free",
506494
features: [
507-
"All Starter features",
508-
"Advanced geofencing",
509-
"Driver management",
495+
"Live tracking",
496+
"Basic reports",
497+
"Mobile application",
498+
"Advanced Geo-fencing",
510499
"Priority support",
511-
"Custom reports",
512500
"API access",
513501
],
514502
},
@@ -517,7 +505,7 @@ const integrations = [
517505
devices: "Unlimited",
518506
price: "Custom",
519507
features: [
520-
"All Professional features",
508+
"All Standard features",
521509
"Dedicated account manager",
522510
"Custom integrations",
523511
"On-premise deployment",
@@ -527,7 +515,7 @@ const integrations = [
527515
},
528516
].map((plan) => (
529517
<div
530-
class={`card ${plan.highlighted ? "bg-primary text-white shadow-xl" : "bg-white border border-base-200 shadow-lg"} hover:shadow-2xl transition-shadow`}
518+
class={`card ${plan.highlighted ? "bg-primary text-white shadow-xl" : "bg-white border border-base-200 shadow-lg"} hover:shadow-2xl transition-shadow lg:max-w-[450px]`}
531519
>
532520
<div class="card-body">
533521
<h3
@@ -565,11 +553,17 @@ const integrations = [
565553
))}
566554
</div>
567555
<div class="card-actions mt-6">
568-
<button
556+
{plan.price === "Free" ? (<a
557+
href="https://trac.ello360.com"
558+
aria-label="Sign Up"
559+
class={`btn w-full ${plan.highlighted ? "btn-white text-primary" : "btn-primary"}`}
560+
>{"Sign Up"}
561+
</a>) : (<a
562+
href="/company/contact-us"
563+
aria-label="Contact Us"
569564
class={`btn w-full ${plan.highlighted ? "btn-white text-primary" : "btn-primary"}`}
570-
>
571-
Get Started
572-
</button>
565+
>{"Contact Us"}
566+
</a>)}
573567
</div>
574568
</div>
575569
</div>

0 commit comments

Comments
 (0)