summaryrefslogtreecommitdiff
path: root/src/components/Footer.js
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-12-17 10:16:35 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-12-17 10:16:35 +0700
commitc31bd648ebe0445f067a282e6071938cb90d6459 (patch)
tree2efd01b3fc474450fbe5ab9bd28977bd8f4de006 /src/components/Footer.js
parentb79c6830a645149c107186ce96f41bceda82a5c6 (diff)
footer font size, header backdrop
Diffstat (limited to 'src/components/Footer.js')
-rw-r--r--src/components/Footer.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/Footer.js b/src/components/Footer.js
index daa97798..f0ae66b3 100644
--- a/src/components/Footer.js
+++ b/src/components/Footer.js
@@ -13,20 +13,20 @@ export default function Footer() {
<div className="grid grid-cols-2 gap-x-2 mb-4">
<div>
<p className="font-medium mb-2">Kantor Pusat</p>
- <p className="text-gray_r-11 leading-6 text-caption-1">
+ <p className="text-gray_r-11 leading-6 text-caption-2">
Jl. Bandengan Utara 85A No. 8-9 RT.3/RW.16, Penjaringan, Kec. Penjaringan
</p>
<p className="font-medium mb-2 mt-6">Layanan Informasi</p>
- <div className="flex items-center gap-x-2 text-gray_r-11 text-caption-1 mb-2">
+ <div className="flex items-center gap-x-2 text-gray_r-11 text-caption-2 mb-2">
<PhoneIcon className="w-5 h-5 stroke-2"/>
<p>(021) 2933-8828 / 29</p>
</div>
- <div className="flex items-center gap-x-2 text-gray_r-11 text-caption-1 mb-2">
+ <div className="flex items-center gap-x-2 text-gray_r-11 text-caption-2 mb-2">
<DevicePhoneMobileIcon className="w-5 h-5 stroke-2"/>
<p>0812-8080-622</p>
</div>
- <div className="flex items-center gap-x-2 text-gray_r-11 text-caption-1">
+ <div className="flex items-center gap-x-2 text-gray_r-11 text-caption-2">
<EnvelopeIcon className="w-5 h-5 stroke-2"/>
<p>sales@indoteknik.com</p>
</div>
@@ -35,10 +35,10 @@ export default function Footer() {
</div>
<div>
<p className="font-medium mb-2">Jam Operasional</p>
- <p className="text-gray_r-11 leading-6 text-caption-1">
+ <p className="text-gray_r-11 leading-6 text-caption-2">
<span className="font-medium">Senin - Jumat:</span> 08:30 - 17:00
</p>
- <p className="text-gray_r-11 leading-6 text-caption-1">
+ <p className="text-gray_r-11 leading-6 text-caption-2">
<span className="font-medium">Sabtu:</span> 08:30 - 14:00
</p>