@@ -296,7 +296,7 @@ export default function Index() {
296296 < div className = "relative mx-auto w-full max-w-[1000px] 2xl:max-w-[1200px] px-4 md:px-6 lg:px-0 pt-12 md:pt-[100px] pb-12 md:pb-[100px]" >
297297 { /* Background ellipse */ }
298298 < div className = "relative" >
299- < div className = "absolute left-1/2 -translate-x-1/2 w-[300px ] md:w-[480px ] h-[300px] md:h-[480px] bg-[#155dfc]/7 top-[-50px] md:top-[-100px] rounded-full blur-3xl -z-10" />
299+ < div className = "absolute left-1/2 -translate-x-1/2 w-[600px ] md:w-[960px ] h-[300px] md:h-[480px] bg-[#155dfc]/7 top-[-50px] md:top-[-100px] rounded-full blur-3xl -z-10" />
300300 </ div >
301301
302302 { /* Content */ }
@@ -877,7 +877,7 @@ export default function Index() {
877877 Select required schedule
878878 </ h3 >
879879
880- < div className = "space-y-3 max-w-[370px] text-gray-200 text-sm md:text-base" >
880+ < div className = "space-y-3 max-w-[370px] text-gray-400 text-sm md:text-base" >
881881 < p >
882882 You can choose any time you need: daily, weekly, monthly and
883883 particular time (like 4 AM)
@@ -914,7 +914,7 @@ export default function Index() {
914914 Enter your database info
915915 </ h3 >
916916
917- < div className = "space-y-3 max-w-[370px] text-gray-200 text-sm md:text-base" >
917+ < div className = "space-y-3 max-w-[370px] text-gray-400 text-sm md:text-base" >
918918 < p >
919919 Enter credentials of your PostgreSQL database, select
920920 version and target DB. Also choose whether SSL is required
@@ -948,7 +948,7 @@ export default function Index() {
948948 Choose storage for backups
949949 </ h3 >
950950
951- < div className = "space-y-3 max-w-[370px] text-gray-200 text-sm md:text-base" >
951+ < div className = "space-y-3 max-w-[370px] text-gray-400 text-sm md:text-base" >
952952 < p >
953953 You can keep files with backups locally, in S3, in Google
954954 Drive, NAS, Dropbox and other services
@@ -981,7 +981,7 @@ export default function Index() {
981981 Choose where you want to receive notifications (optional)
982982 </ h3 >
983983
984- < div className = "space-y-3 max-w-[370px] text-gray-200 text-sm md:text-base" >
984+ < div className = "space-y-3 max-w-[370px] text-gray-400 text-sm md:text-base" >
985985 < p >
986986 When backup succeed or failed, Postgresus is able to send
987987 you notification. It can be chat with DevOps, your emails or
0 commit comments