Refactor Hero component to replace Lottie player with a static image for better performance and update footer links to ensure they direct to the correct service paths.

This commit is contained in:
becarta
2025-05-16 01:08:12 +02:00
parent 27e836b546
commit 47fe59d3c3
10 changed files with 336 additions and 0 deletions

8
src/routes/blog.svelte Normal file
View File

@@ -0,0 +1,8 @@
<script>
export let title = 'Blog';
</script>
<h1>{title}</h1>
<p>
Welcome to the Tiber365 blog! Here we share tips, news, and insights about Microsoft 365, cloud technology, and productivity for small businesses. Stay tuned for our latest articles.
</p>