diff options
Diffstat (limited to 'src/components/Footer.js')
| -rw-r--r-- | src/components/Footer.js | 12 |
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> |
