Commit 6f15f43 1 parent 43cfada commit 6f15f43 Copy full SHA for 6f15f43
File tree 3 files changed +6
-6
lines changed
resources/views/themes/bimbala
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
<!-- Stack 3 -->
49
49
<div class =" col-span-4 w-full h-full" >
50
50
<div class =" w-full h-full bg-gray-800 rounded-md p-2 md:pl-4" >
51
- <h1 class =" text-white text-2xl font-bold py-2" >01.08.2023</h1 >
51
+ <h3 class =" text-white text-2xl font-bold py-2" >01.08.2023</h3 >
52
52
<p class =" text-gray-200 sm:text-md text-sm" >Our product arrived on the market. 🛍️</p >
53
53
</div >
54
54
</div >
66
66
</div >
67
67
<div class =" col-span-4 w-full h-full" >
68
68
<div class =" w-full h-full bg-gray-800 rounded-md p-2 md:pl-4" >
69
- <h1 class =" text-white text-2xl font-bold py-2" >16.10.2021</h1 >
69
+ <h3 class =" text-white text-2xl font-bold py-2" >16.10.2021</h3 >
70
70
<p class =" text-gray-200 sm:text-md text-sm" >
71
71
After a long product and website development we started our first alpha testers seeking 🔎
72
72
</p >
76
76
<!-- Stack 1 -->
77
77
<div class =" col-span-4 w-full h-full" >
78
78
<div class =" w-full h-full bg-gray-800 rounded-md p-2 md:pl-4" >
79
- <h1 class =" text-white text-2xl font-bold py-2" >31.07.2020</h1 >
79
+ <h3 class =" text-white text-2xl font-bold py-2" >31.07.2020</h3 >
80
80
<p class =" text-gray-200 sm:text-md text-sm" >It all began with a coffee afternoon meeting between two students...
81
81
Later in local pub the waitress drew the lots and set the name of this company. That is how Bimbala was born!🎉
82
82
</p >
Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ class="p-3 md:p-6 w-full"
179
179
<!-- Left Content -->
180
180
<div class =" w-full lg:w-1/2 lg:pr-10" >
181
181
<div class =" relative max-w-lg mx-auto leading-6 text-center text-gray-700 border-gray-200 lg:text-left" >
182
- <h1 class =" m-0 text-3xl font-bold leading-tight text-left text-gray-900 border-solid sm:text-4xl md:text-5xl" >
182
+ <h2 class =" m-0 text-3xl font-bold leading-tight text-left text-gray-900 border-solid sm:text-4xl md:text-5xl" >
183
183
Sign up for our
184
184
<span class =" block text-left text-purple-700" data-primary =" purple-700" >newsletter</span >
185
- </h1 >
185
+ </h2 >
186
186
<p class =" pr-5 mx-0 my-5 text-base text-lef lg:my-8 xl:text-lg" >
187
187
Subscribe to the newsletter to get product updates
188
188
</p >
Original file line number Diff line number Diff line change 28
28
{{ asset (' bimbala/img/logo/logo-2xl.webp' ) } } 2000w,
29
29
"
30
30
alt =" Bimbala's logo" width =" 32" height =" 32" >
31
- <h1 class =" mx-2 text-lg font-semibold text-white md:text-xl" >Bimbala</h1 >
31
+ <h2 class =" mx-2 text-lg font-semibold text-white md:text-xl" >Bimbala</h2 >
32
32
</a >
33
33
{{-- This is the homepage nav when a user is not logged in --}}
34
34
@if (auth ()-> guest () )
You can’t perform that action at this time.
0 commit comments