This commit is contained in:
2026-01-13 02:42:03 +01:00
parent 19081ec682
commit e46b104127
21 changed files with 1622 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
import '../styles/global.css';
import { Footer } from '../components/Footer';
import { Hero } from '../components/Hero';
import Analytics from '../components/Analytics.astro';
interface Props {
title: string;
@@ -55,6 +56,9 @@ const { title, description = "Technical problem solver's blog - practical insigh
</div>
<!-- Analytics Component -->
<Analytics />
<!-- Global JavaScript for interactive elements -->
<script>
// Global interactive elements manager