Skip to content

Commit 6f15f43

Browse files
committed
h1 to h2 transformations
1 parent 43cfada commit 6f15f43

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

resources/views/themes/bimbala/about_us.blade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!-- Stack 3 -->
4949
<div class="col-span-4 w-full h-full">
5050
<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>
5252
<p class="text-gray-200 sm:text-md text-sm">Our product arrived on the market. 🛍️</p>
5353
</div>
5454
</div>
@@ -66,7 +66,7 @@
6666
</div>
6767
<div class="col-span-4 w-full h-full">
6868
<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>
7070
<p class="text-gray-200 sm:text-md text-sm">
7171
After a long product and website development we started our first alpha testers seeking 🔎
7272
</p>
@@ -76,7 +76,7 @@
7676
<!-- Stack 1 -->
7777
<div class="col-span-4 w-full h-full">
7878
<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>
8080
<p class="text-gray-200 sm:text-md text-sm">It all began with a coffee afternoon meeting between two students...
8181
Later in local pub the waitress drew the lots and set the name of this company. That is how Bimbala was born!🎉
8282
</p>

resources/views/themes/bimbala/home.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ class="p-3 md:p-6 w-full"
179179
<!-- Left Content -->
180180
<div class="w-full lg:w-1/2 lg:pr-10">
181181
<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">
183183
Sign up for our
184184
<span class="block text-left text-purple-700" data-primary="purple-700">newsletter</span>
185-
</h1>
185+
</h2>
186186
<p class="pr-5 mx-0 my-5 text-base text-lef lg:my-8 xl:text-lg">
187187
Subscribe to the newsletter to get product updates
188188
</p>

resources/views/themes/bimbala/partials/header.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{ asset('bimbala/img/logo/logo-2xl.webp') }} 2000w,
2929
"
3030
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>
3232
</a>
3333
{{-- This is the homepage nav when a user is not logged in --}}
3434
@if(auth()->guest())

0 commit comments

Comments
 (0)