File tree 1 file changed +5
-5
lines changed
apps/docs/components/marketing/hero
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const FloatingComponents: React.FC<{}> = () => {
50
50
/>
51
51
52
52
< Input
53
- className = "absolute -top-[130px ] -right-[120px ] animate-[levitate_10s_ease_infinite] w-[200px]"
53
+ className = "absolute -top-[60px ] -right-[80px ] animate-[levitate_10s_ease_infinite] w-[200px]"
54
54
color = "secondary"
55
55
defaultValue = "NextUI"
56
56
label = "Input"
@@ -61,7 +61,7 @@ export const FloatingComponents: React.FC<{}> = () => {
61
61
62
62
< Card
63
63
isFooterBlurred
64
- className = "absolute -top-[260px ] right-[100px] h-[120px] animate-[levitate_12s_ease_infinite_1s] z-0 max-w-fit"
64
+ className = "absolute -top-[270px ] right-[100px] h-[120px] animate-[levitate_12s_ease_infinite_1s] z-0 max-w-fit"
65
65
>
66
66
< Image
67
67
alt = "Professional camera"
@@ -79,18 +79,18 @@ export const FloatingComponents: React.FC<{}> = () => {
79
79
80
80
< FloatingTabs />
81
81
82
- < UserTwitterCard className = "absolute left-[80px ] -top-[80px] animate-[levitate_16s_ease_infinite] border-none" />
82
+ < UserTwitterCard className = "absolute left-[30px ] -top-[80px] animate-[levitate_16s_ease_infinite] border-none" />
83
83
84
84
< Card
85
- className = "absolute right-[110px ] -top-[60px ] animate-[levitate_18s_ease_infinite] z-10 max-w-fit border-none"
85
+ className = "absolute right-[150px ] -top-[50px ] animate-[levitate_18s_ease_infinite] z-10 max-w-fit border-none"
86
86
shadow = "lg"
87
87
>
88
88
< CardBody >
89
89
< NextUILogo small size = { 60 } />
90
90
</ CardBody >
91
91
</ Card >
92
92
93
- < div className = "absolute z-10 -top-[40px ] -right-[230px ] animate-[levitate_14s_ease_infinite_1s]" >
93
+ < div className = "absolute z-10 -top-[120px ] -right-[90px ] animate-[levitate_14s_ease_infinite_1s]" >
94
94
< Pagination
95
95
isCompact
96
96
showControls
You can’t perform that action at this time.
0 commit comments