Landing Page Updates

This commit is contained in:
David Haz
2025-08-25 09:32:58 +03:00
parent e337a4c5a9
commit d41913eeb3
6 changed files with 36 additions and 375 deletions

View File

@@ -19,15 +19,13 @@
/>
<div class="hero-main-content">
<FadeContent class="hero-tag-fade" blur>
<router-link to="/backgrounds/gradient-blinds" class="hero-new-badge-container">
<span class="hero-new-badge">New 🎉</span>
<div class="hero-new-badge-text">
<span>Gradient Blinds</span>
<GoArrowRight />
</div>
</router-link>
</FadeContent>
<router-link to="/backgrounds/gradient-blinds" class="hero-new-badge-container">
<span class="hero-new-badge">New 🎉</span>
<div class="hero-new-badge-text">
<span>Gradient Blinds</span>
<GoArrowRight />
</div>
</router-link>
<h1 class="landing-title">
<ResponsiveSplitText
@@ -79,7 +77,6 @@
import SplitText from '@/content/TextAnimations/SplitText/SplitText.vue';
import { defineComponent, h, onMounted, onUnmounted, ref } from 'vue';
import landingBlur from '../../../assets/common/landing-blur.svg';
import FadeContent from '../../../content/Animations/FadeContent/FadeContent.vue';
const ResponsiveSplitText = defineComponent({
props: {