Refactor code structure for improved readability and maintainability

This commit is contained in:
bolade
2025-10-03 19:19:39 +01:00
parent 6b2c61a48e
commit 1d8136d6ad
42 changed files with 576 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
<div class=" bg-black text-white px-6 py-3">
<div class="flex justify-between items-center text-sm">
<div class="flex space-x-8">
<span>contact: {{ contact_email }}</span>
<span>website: {{ website }}</span>
<span>social: {{ social }}</span>
</div>
<div class="bg-white text-black font-bold px-3 py-1 text-lg">
{{ page_number }}
</div>
</div>
</div>