@@ -35,9 +35,9 @@ fetch(`${config.public.baseApiUrl}/private/website_stats`).then((res) => {
3535
3636<template >
3737 <div >
38- <div >
38+ <div class = " relative " >
3939 <!-- Animated teleport lines -->
40- <div class =" absolute inset-0 overflow-hidden pointer-events-none teleport-lines-container" style = " z-index : 1 ; " >
40+ <div class =" absolute inset-0 overflow-hidden pointer-events-none teleport-lines-container" >
4141 <div v-for =" i in 20" :key =" i" class =" teleport-line"
4242 :style =" {
4343 top: `${(i * 5) - 2}%`,
@@ -49,10 +49,10 @@ fetch(`${config.public.baseApiUrl}/private/website_stats`).then((res) => {
4949 </div >
5050
5151 <!-- Glowing portal effect -->
52- <div class =" absolute pointer-events-none portal-glow" style = " z-index : 1 ; " ></div >
52+ <div class =" absolute pointer-events-none portal-glow" ></div >
5353
5454 <!-- Vertical data streams -->
55- <div class =" absolute inset-0 overflow-hidden pointer-events-none data-streams-container" style = " z-index : 1 ; " >
55+ <div class =" absolute inset-0 overflow-hidden pointer-events-none data-streams-container" >
5656 <div v-for =" i in 10" :key =" `stream-${i}`" class =" data-stream"
5757 :style =" {
5858 left: `${i * 10}%`,
@@ -65,7 +65,7 @@ fetch(`${config.public.baseApiUrl}/private/website_stats`).then((res) => {
6565 <section class =" relative py-12 sm:py-16 lg:pt-20 xl:pb-0" >
6666
6767 <div class =" relative px-4 mx-auto max-w-7xl sm:px-6 lg:px-8" >
68- <div class =" max-w-3xl mx-auto text-center" >
68+ <div class =" relative z-10 max-w-3xl mx-auto text-center" >
6969 <p class =" inline-flex px-4 py-2 text-base bg-gray-900 border border-gray-200 rounded-full font-pj" >{{ m.open_source() }}</p >
7070 <h1 class =" mt-5 text-3xl font-bold leading-tight font-pj sm:text-4xl sm:leading-tight lg:leading-tight xl:text-5xl" >
7171 {{ m.instant_updates_for_capacitor() }}
@@ -83,7 +83,7 @@ fetch(`${config.public.baseApiUrl}/private/website_stats`).then((res) => {
8383 :href =" getRelativeLocaleUrl(props.locale, 'register')"
8484 title =" Get quote now"
8585 target =" _blank"
86- class =" relative inline-flex items-center justify-center px-8 py-4 text-lg font-bold text-white transition-all duration-200 bg-gray-900 font-pj rounded-xl focus:outline-none focus:ring-2 focus:ring-gray-900 focus:ring-offset-2"
86+ class =" relative z-10 inline-flex items-center justify-center px-8 py-4 text-lg font-bold text-white transition-all duration-200 bg-gray-900 font-pj rounded-xl focus:outline-none focus:ring-2 focus:ring-gray-900 focus:ring-offset-2"
8787 role =" button"
8888 >
8989 {{ m.try_for_free() }}
0 commit comments