88 <Text >Realtime.</Text >
99 </Flex >
1010 <div class =" text-center font-bold text-6xl" >
11- <span class =" bg-clip-text text-transparent bg-gradient-to-r from-[#FF25B6] to-[#EA591E]" >Beyond The Cloud</span >
11+ <span class =" bg-clip-text text-transparent bg-gradient-to-r from-[#FF25B6] to-[#EA591E]"
12+ >Beyond The Cloud</span
13+ >
1214 </div >
1315 </Text >
14-
16+
1517 <Text size =" lg" class =" px-4 md:px-12 lg:px-36" >
16- Redefining modern web application development with seamless identity management, powerful data synchronization, and instant real-time updates—all in one place.
18+ Modern web application development with secure user logins, local-first data synchronization and real-time
19+ updates. All in one place.
1720 </Text >
1821
1922 <Flex row items-center class =" gap-4 mx-auto mb-8" >
2225 </NuxtLink >
2326 </Flex >
2427
25- <NuxtImg src =" /img/rock-md.svg" class =" w-[190px] absolute lg:-top-1 -left-52 transition-all duration-500 ease-in-out floating-rock-1" />
26- <NuxtImg src =" /img/rock-lg.svg" class =" hidden lg:block w-[386px] absolute -bottom-80 left-28 transition-all duration-500 ease-in-out floating-rock-2" />
27- <NuxtImg src =" /img/shuttle.svg" class =" hidden lg:block w-[355px] absolute -bottom-72 right-20 transition-all duration-500 ease-in-out floating-shuttle" />
28+ <NuxtImg
29+ src =" /img/rock-md.svg"
30+ class =" w-[190px] absolute lg:-top-1 -left-52 transition-all duration-500 ease-in-out floating-rock-1"
31+ />
32+ <NuxtImg
33+ src =" /img/rock-lg.svg"
34+ class =" hidden lg:block w-[386px] absolute -bottom-80 left-28 transition-all duration-500 ease-in-out floating-rock-2"
35+ />
36+ <NuxtImg
37+ src =" /img/shuttle.svg"
38+ class =" hidden lg:block w-[355px] absolute -bottom-72 right-20 transition-all duration-500 ease-in-out floating-shuttle"
39+ />
2840 </Flex >
29- <NuxtImg src =" /img/planet.svg" class =" w-[400px] lg:w-[599px] absolute transition-all duration-500 ease-in-out bottom-20 -right-52 sm:-right-32 lg:bottom-74 lg:-right-72 planet-wobble" />
30- <NuxtImg src =" /img/bird-red.svg" class =" w-[260px] lg:w-[342px] relative lg:-top-26 transition-all duration-500 ease-in-out floating" />
41+ <NuxtImg
42+ src =" /img/planet.svg"
43+ class =" w-[400px] lg:w-[599px] absolute transition-all duration-500 ease-in-out bottom-20 -right-52 sm:-right-32 lg:bottom-74 lg:-right-72 planet-wobble"
44+ />
45+ <NuxtImg
46+ src =" /img/bird-red.svg"
47+ class =" w-[260px] lg:w-[342px] relative lg:-top-26 transition-all duration-500 ease-in-out floating"
48+ />
3149 </div >
3250</template >
3351
3452<style scoped>
3553@keyframes float {
36- 0% , 100% {
54+ 0% ,
55+ 100% {
3756 transform : translateY (0 );
3857 }
3958 50% {
4261}
4362
4463@keyframes float-rock-1 {
45- 0% , 100% {
64+ 0% ,
65+ 100% {
4666 transform : translate (0 , 0 ) rotate (0deg );
4767 }
4868 33% {
5474}
5575
5676@keyframes float-rock-2 {
57- 0% , 100% {
77+ 0% ,
78+ 100% {
5879 transform : translate (0 , 0 ) rotate (0deg );
5980 }
6081 30% {
83104}
84105
85106@keyframes float-shuttle {
86- 0% , 100% {
87- transform :
88- translate (0 , 0 )
89- rotate (-1deg )
90- scale (1 );
107+ 0% ,
108+ 100% {
109+ transform : translate (0 , 0 ) rotate (-1deg ) scale (1 );
91110 }
92111 25% {
93- transform :
94- translate (-5px , -3px )
95- rotate (0.5deg )
96- scale (1.005 );
112+ transform : translate (-5px , -3px ) rotate (0.5deg ) scale (1.005 );
97113 }
98114 50% {
99- transform :
100- translate (3px , 2px )
101- rotate (-0.5deg )
102- scale (0.995 );
115+ transform : translate (3px , 2px ) rotate (-0.5deg ) scale (0.995 );
103116 }
104117 75% {
105- transform :
106- translate (-2px , 4px )
107- rotate (0.3deg )
108- scale (1.002 );
118+ transform : translate (-2px , 4px ) rotate (0.3deg ) scale (1.002 );
109119 }
110120}
111121
116126}
117127
118128@keyframes planet-wobble {
119- 0% , 100% {
129+ 0% ,
130+ 100% {
120131 transform : rotate (0deg );
121132 }
122133 50% {
129140 will-change : transform;
130141 transform-origin : center ;
131142}
132- </style >
143+ </style >
0 commit comments