Spaces:
Running
Running
update
Browse files
src/components/re-imagine/re-imagine.tsx
CHANGED
@@ -83,10 +83,10 @@ export default function ReImagine({
|
|
83 |
</div>
|
84 |
</div>
|
85 |
<p className="text-xl font-semibold text-neutral-950">
|
86 |
-
|
87 |
</p>
|
88 |
<p className="text-sm text-neutral-500 mt-1.5">
|
89 |
-
Try our new
|
90 |
</p>
|
91 |
</header>
|
92 |
<main className="space-y-4 p-6">
|
@@ -116,7 +116,7 @@ export default function ReImagine({
|
|
116 |
</div>
|
117 |
<div>
|
118 |
<p className="text-sm text-neutral-700 mb-2">
|
119 |
-
Then, let's
|
120 |
</p>
|
121 |
<Button
|
122 |
variant="gray"
|
@@ -124,7 +124,7 @@ export default function ReImagine({
|
|
124 |
className="relative w-full"
|
125 |
disabled={isLoading}
|
126 |
>
|
127 |
-
|
128 |
{isLoading && <Loading className="ml-2 size-4 animate-spin" />}
|
129 |
</Button>
|
130 |
</div>
|
|
|
83 |
</div>
|
84 |
</div>
|
85 |
<p className="text-xl font-semibold text-neutral-950">
|
86 |
+
Redesign your Site!
|
87 |
</p>
|
88 |
<p className="text-sm text-neutral-500 mt-1.5">
|
89 |
+
Try our new Redesign feature to give your site a fresh look.
|
90 |
</p>
|
91 |
</header>
|
92 |
<main className="space-y-4 p-6">
|
|
|
116 |
</div>
|
117 |
<div>
|
118 |
<p className="text-sm text-neutral-700 mb-2">
|
119 |
+
Then, let's redesign it!
|
120 |
</p>
|
121 |
<Button
|
122 |
variant="gray"
|
|
|
124 |
className="relative w-full"
|
125 |
disabled={isLoading}
|
126 |
>
|
127 |
+
Redesign <Paintbrush className="size-4" />
|
128 |
{isLoading && <Loading className="ml-2 size-4 animate-spin" />}
|
129 |
</Button>
|
130 |
</div>
|