Skip to content

Commit 532c49a

Browse files
💄 Update explainer section layout for improved responsiveness; add health icon for enhanced visual representation
1 parent 3167f29 commit 532c49a

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

‎resources/views/components/home/explainer.blade.php‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class="flex flex-wrap items-start gap-x-2.5 gap-y-3 lg:pt-2 2xl:gap-x-3"
341341
<div class="mt-5 flex flex-col gap-5 lg:flex-row">
342342
{{-- Left side --}}
343343
<div
344-
class="dark:bg-mirage w-full rounded-2xl bg-gray-200/60 p-8 md:p-10 lg:max-w-md"
344+
class="dark:bg-mirage w-full rounded-2xl bg-gray-200/60 p-8 md:p-10 lg:max-w-md xl:max-w-lg"
345345
>
346346
{{-- Header --}}
347347
<div
@@ -449,6 +449,7 @@ class="2xs:justify-start flex flex-wrap items-start justify-center gap-x-2.5 gap
449449
['name' => 'eCommerce', 'icon' => 'icons.home.shop'],
450450
['name' => 'Social apps', 'icon' => 'icons.home.social'],
451451
['name' => 'Field services', 'icon' => 'icons.home.wrench'],
452+
['name' => 'Health', 'icon' => 'icons.home.health'],
452453
];
453454
@endphp
454455

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<svg
2+
{{ $attributes }}
3+
xmlns="http://www.w3.org/2000/svg"
4+
fill="none"
5+
viewBox="-0.715 -0.715 20 20"
6+
>
7+
<path
8+
stroke="currentColor"
9+
class="text-[var(--icon-stroke)]"
10+
stroke-linecap="round"
11+
stroke-linejoin="round"
12+
d="M0.6632142857142858 11.197113107142856h1.2752151642857144s0.5968000071428572 -2.368749407142857 1.4920199142857145 -2.368749407142857c0.895206642857143 0 1.240608642857143 5.504758157142858 2.6238746785714286 5.504758157142858s3.1613833285714286 -12.344938071428572 4.478394257142857 -12.344938071428572c1.3169976642857144 0 2.256427435714286 4.934433664285715 2.256427435714286 4.934433664285715"
13+
stroke-width="1.43"
14+
></path>
15+
<path
16+
class="text-[var(--icon-bg)]"
17+
fill="currentColor"
18+
d="M14.232843857142859 11.022024535714285c-1.7750267142857146 -2.1779957142857143 -3.649217228571429 -0.6304382357142857 -3.673875535714286 1.0377977142857144 0 2.4835385357142856 2.9715316071428575 4.5219939642857145 3.673875535714286 4.5219939642857145 0.7024765714285715 0 3.6739418571428573 -2.0384554285714285 3.6739418571428573 -4.5219939642857145 -0.024671571428571428 -1.6682359500000001 -1.8987825 -3.2157934285714287 -3.6739418571428573 -1.0377977142857144Z"
19+
stroke-width="1.43"
20+
></path>
21+
<path
22+
stroke="currentColor"
23+
class="text-[var(--icon-stroke)]"
24+
stroke-linecap="round"
25+
stroke-linejoin="round"
26+
d="M14.232843857142859 11.022024535714285c-1.7750267142857146 -2.1779957142857143 -3.649217228571429 -0.6304382357142857 -3.673875535714286 1.0377977142857144 0 2.4835385357142856 2.9715316071428575 4.5219939642857145 3.673875535714286 4.5219939642857145 0.7024765714285715 0 3.6739418571428573 -2.0384554285714285 3.6739418571428573 -4.5219939642857145 -0.024671571428571428 -1.6682359500000001 -1.8987825 -3.2157934285714287 -3.6739418571428573 -1.0377977142857144Z"
27+
stroke-width="1.43"
28+
></path>
29+
</svg>

0 commit comments

Comments
 (0)