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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user