Update footer text to reflect a more personalized message in Spanish

This commit is contained in:
2025-10-31 16:26:11 +00:00
parent c1de038bc1
commit 4a4ce6e2f2
+1 -1
View File
@@ -5,6 +5,6 @@ const { name } = Astro.props;
<footer class="text-center py-8">
<p class="text-gray-500">
© {new Date().getFullYear()}
{name}. Built with Astro & Tailwind CSS.
{name}. Creado con ❤️.
</p>
</footer>