Add GSAP Layout and Animated Logo Component: Introduced a new layout file for GSAP integration, enhancing the site's animation capabilities. Added an animated logo component to improve visual engagement. Updated the 'neler-yapariz' template to utilize the new GSAP layout, ensuring a cohesive design and better user experience.

This commit is contained in:
Ümit Tunç
2026-01-09 21:03:54 +03:00
parent c73d448f47
commit b00ca5ea78
4 changed files with 5826 additions and 11 deletions
+3
View File
@@ -22,6 +22,8 @@ $favicon_path = setting('site_favicon');
<?php echo setting('custom_css') ?>
</style>
@stack('styles')
</head>
<body>
{{-- Dynamic Header Template or Static Navbar --}}
@@ -118,6 +120,7 @@ $favicon_path = setting('site_favicon');
<script src="{{ asset('assets/js/plugins.js') }}"></script>
<script src="{{ asset('assets/js/theme.js') }}"></script>
@stack('scripts')
</body>
</html>