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:
8
src/routes/blog.svelte
Normal file
8
src/routes/blog.svelte
Normal 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>
|
Reference in New Issue
Block a user