SEO, images, cleanup

This commit is contained in:
David Haz
2025-07-09 09:50:02 +03:00
parent 83607dc6c5
commit 8b35b43b08
18 changed files with 165 additions and 76 deletions

View File

@@ -60,7 +60,6 @@ const splitterRef = ref<GSAPSplitText | null>(null)
const initializeAnimation = async () => {
if (typeof window === 'undefined' || !textRef.value || !props.text) return
// Wait for DOM to be fully updated
await nextTick()
const el = textRef.value
@@ -174,7 +173,6 @@ onUnmounted(() => {
cleanup()
})
// Watch for prop changes and reinitialize animation
watch(
[
() => props.text,