@@ -3,7 +3,7 @@ import InteractiveHoverButton from '@/components/ui/InteractiveHoverButton.vue'
33 </script >
44
55<template >
6- <section class =" container relative flex flex-col items-center" >
6+ <section class =" container relative mb-20 flex flex-col items-center" >
77 <div
88 class =" bg-white/2 container relative z-10 flex flex-col items-center gap-8 overflow-hidden rounded-2xl border border-white/20 px-12 py-24 backdrop-blur-[8px]"
99 >
@@ -13,7 +13,7 @@ import InteractiveHoverButton from '@/components/ui/InteractiveHoverButton.vue'
1313 <br />of their broadcasts with using our tools.
1414 </span >
1515 <InteractiveHoverButton text =" Let's start!" size =" lg" class =" w-[11rem] text-base" />
16- <div class =" absolute -bottom-32 rounded-full bg-blue-400 px-96 py-20 blur-[160px]" ></div >
16+ <div class =" bg-gradient absolute left-0 rounded-full p-64 blur-[160px]" ></div >
1717 </div >
1818 <div
1919 class =" bg-white/2 absolute -bottom-6 w-[80%] rounded-2xl border border-white/10 px-12 py-5 backdrop-blur-[8px]"
@@ -23,3 +23,16 @@ import InteractiveHoverButton from '@/components/ui/InteractiveHoverButton.vue'
2323 ></div >
2424 </section >
2525</template >
26+
27+ <style scoped>
28+ .bg-gradient {
29+ background-color : rgb (122 , 175 , 255 );
30+ background-image :
31+ radial-gradient (at 0% 0% , rgb (122 , 175 , 255 ) 0px , transparent 50% ),
32+ radial-gradient (at 68% 47% , rgb (98 , 80 , 255 ) 0px , transparent 50% ),
33+ radial-gradient (at 10% 67% , rgb (54 , 255 , 174 ) 0px , transparent 50% ),
34+ radial-gradient (at 62% 19% , rgb (153 , 98 , 255 ) 0px , transparent 50% ),
35+ radial-gradient (at 70% 29% , rgb (36 , 255 , 167 ) 0px , transparent 50% ),
36+ radial-gradient (at 67% 5% , rgb (255 , 128 , 113 ) 0px , transparent 50% );
37+ }
38+ </style >
0 commit comments