Skip to content

Commit 6f267f2

Browse files
updated welcome page
1 parent d580eb9 commit 6f267f2

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

resources/views/welcome.blade.php

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ class="absolute inset-0 [background:radial-gradient(circle_at_15%_50%,rgb(212,20
77
<div class="max-w-2xl text-center mx-auto py-24 px-5">
88
<div class="mt-8 w-full text-center">
99
<h1 id="intro-docs-template"
10-
class="text-3xl md:text-6xl font-bold tracking-tight mt-2 dark:text-gray-100">
10+
class="text-3xl md:text-6xl font-bold tracking-tight mt-2 text-gray-900 dark:text-gray-100">
1111
Build Your next cli tool with <span class="text-primary">{{ config('site.name') }}</span>
1212
</h1>
1313

14-
<h2 class="mt-3 text-gray-500 md:text-lg dark:text-gray-200">
14+
<h2 class="mt-3 text-gray-700 md:text-lg dark:text-gray-200">
1515
{{ config('site.description') }}
1616
</h2>
1717

@@ -36,7 +36,7 @@ class="text-primary-900 text-left whitespace-nowrap overflow-hidden overflow-ell
3636
</div>
3737
</div>
3838

39-
<div class="grid md:grid-cols-3 max-w-screen-lg mx-auto gap-10 mt-10">
39+
<div class="grid md:grid-cols-3 max-w-screen-lg mx-auto gap-10 lg:mt-10">
4040
<div class="flex flex-col w-full mb-8 mx-3 px-2">
4141
<div class="flex">
4242
<span class="text-primary-600 bg-primary-500/10 p-3 rounded-full">
@@ -47,7 +47,7 @@ class="text-primary-900 text-left whitespace-nowrap overflow-hidden overflow-ell
4747
</div>
4848

4949
<h3 id="intro-laravel"
50-
class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 mb-3">
50+
class="uppercase text-lg text-gray-800 dark:text-primary-400 font-bold mt-6 mb-3">
5151
Highly modular <br>Framework design
5252
</h3>
5353

@@ -69,7 +69,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
6969
</div>
7070

7171
<h3 id="intro-markdown"
72-
class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 mb-3">
72+
class="uppercase text-lg text-gray-800 dark:text-primary-400 font-bold mt-6 mb-3">
7373
Write powerful<br>Console applications
7474
</h3>
7575

@@ -89,7 +89,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
8989
</div>
9090

9191
<h3 id="intro-mix"
92-
class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 mb-3">
92+
class="uppercase text-lg text-gray-800 dark:text-primary-400 font-bold mt-6 mb-3">
9393
For Artisans<br>100% Open Source
9494
</h3>
9595

@@ -102,14 +102,13 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
102102
</div>
103103

104104

105-
106-
<div class="grid md:grid-cols-2 max-w-screen-lg mx-auto mt-28 px-5 gap-5">
105+
<div class="grid md:grid-cols-2 max-w-screen-lg mx-auto mt-16 lg:mt-28 px-5 gap-5">
107106
<div class="flex items-center flex-wrap">
108107
<div class="max-w-sm">
109108
<span class="text-primary-500 bg-primary-500/10 px-3 py-1 rounded-full text-xs uppercase font-medium tracking-wider">
110109
Best cli apps builder ever
111110
</span>
112-
<h2 class="uppercase font-semibold text-2xl mt-3 dark:text-primary-400">
111+
<h2 class="uppercase text-2xl mt-3 text-gray-800 dark:text-primary-400 font-bold">
113112
Build your next CLI tool faster than ever
114113
</h2>
115114
<p class="mt-2 text-gray-500 dark:text-gray-200">
@@ -132,12 +131,10 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
132131
</div>
133132
</div>
134133

135-
136-
137134
{{-- Features You'll love section --}}
138-
<div class="max-w-4xl mx-auto mt-28">
135+
<div class="max-w-4xl mx-auto mt-16 lg:mt-28">
139136
<div class="text-center">
140-
<h2 class="font-semibold text-3xl dark:text-primary-400">Features you'll love</h2>
137+
<h2 class="font-semibold text-3xl text-gray-800 dark:text-primary-400">Features you'll love</h2>
141138
<p class="max-w-md mx-auto mt-2 text-gray-500">
142139
Laravel Zero is a lightweight and flexible framework for building powerful console applications, built on top of Laravel.
143140
</p>
@@ -152,7 +149,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
152149
</span>
153150
</div>
154151
<div>
155-
<h3 class="font-semibold text-xl dark:text-primary-400">Commands</h3>
152+
<h3 class="font-semibold text-xl text-gray-800 dark:text-primary-400">Commands</h3>
156153
<p class="mt-1 text-gray-500 dark:text-gray-200">
157154
Build powerful and easy-to-use console commands without breaking a sweat. Using a straightforward syntax that gets the job done quickly.
158155
</p>
@@ -167,7 +164,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
167164
</span>
168165
</div>
169166
<div>
170-
<h3 class="font-semibold text-xl dark:text-primary-400">Service Providers</h3>
167+
<h3 class="font-semibold text-xl text-gray-800 dark:text-primary-400">Service Providers</h3>
171168
<p class="mt-1 text-gray-500 dark:text-gray-200">
172169
Tap into the full power of Laravel by using service providers to easily add more functionality to your application.
173170
</p>
@@ -180,7 +177,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
180177
</span>
181178
</div>
182179
<div>
183-
<h3 class="font-semibold text-xl dark:text-primary-400">Database</h3>
180+
<h3 class="font-semibold text-xl text-gray-800 dark:text-primary-400">Database</h3>
184181
<p class="mt-1 text-gray-500 dark:text-gray-200">
185182
Work with your database like a pro using the DB facade. Whether it’s retrieving data or making changes, it’s simple and hassle-free.
186183
</p>
@@ -193,7 +190,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
193190
</span>
194191
</div>
195192
<div>
196-
<h3 class="font-semibold text-xl dark:text-primary-400">Logging</h3>
193+
<h3 class="font-semibold text-xl text-gray-800 dark:text-primary-400">Logging</h3>
197194
<p class="mt-1 text-gray-500 dark:text-gray-200">
198195
Stay on top of what’s happening in your app with built-in logging. Debug issues, track activity, and keep everything running smoothly.
199196
</p>
@@ -206,7 +203,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
206203
</span>
207204
</div>
208205
<div>
209-
<h3 class="font-semibold text-xl dark:text-primary-400">Filesystem</h3>
206+
<h3 class="font-semibold text-xl text-gray-800 dark:text-primary-400">Filesystem</h3>
210207
<p class="mt-1 text-gray-500 dark:text-gray-200">
211208
Handle files effortlessly. From reading and writing to managing files, Laravel Zero gives you all the tools you need.
212209
</p>
@@ -219,7 +216,7 @@ class="uppercase text-lg text-primary-700 dark:text-primary-400 font-bold mt-6 m
219216
</span>
220217
</div>
221218
<div>
222-
<h3 class="font-semibold text-xl dark:text-primary-400">Desktop notifications</h3>
219+
<h3 class="font-semibold text-xl text-gray-800 dark:text-primary-400">Desktop notifications</h3>
223220
<p class="mt-1 text-gray-500 dark:text-gray-200">
224221
Make your app stand out by sending friendly desktop notifications that keep users informed in real-time.
225222
</p>

0 commit comments

Comments
 (0)