Skip to content

Commit 5470c8d

Browse files
fix
1 parent 0101a9a commit 5470c8d

File tree

4 files changed

+161
-163
lines changed

4 files changed

+161
-163
lines changed

app/components/InstallationComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export default function InstallationComponent() {
294294
</div>
295295

296296
<div className="w-full lg:w-[50%]">
297-
<div className="flex-1 relative">
297+
<div className="flex-1 relative rounded-lg overflow-hidden shadow-lg border border-[#ffffff20]">
298298
<LiteYouTubeEmbed
299299
videoId="KaNLPkuu03M"
300300
title="How to install Postgresus"

app/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

public/images/index/how-to-install-preview.svg

Lines changed: 1 addition & 2 deletions
Loading

0 commit comments

Comments
 (0)