enzostvs HF Staff commited on
Commit
e627a78
·
1 Parent(s): 8f51532

UI of re-imagine

Browse files
src/components/re-imagine/re-imagine.tsx CHANGED
@@ -68,18 +68,28 @@ export default function ReImagine({
68
  </PopoverTrigger>
69
  <PopoverContent
70
  align="start"
71
- className="!rounded-2xl !p-5 !bg-white !border-neutral-100 min-w-xs text-center"
72
  >
73
- <header className="mb-5">
 
 
 
 
 
 
 
 
 
 
 
74
  <p className="text-xl font-semibold text-neutral-950">
75
  Re-Design your Site!
76
  </p>
77
- <p className="text-sm text-neutral-500 mt-1.5 mb-6">
78
  Try our new Re-Design feature to give your site a fresh look.
79
  </p>
80
- <hr className="bg-neutral-200 max-w-44 mx-auto" />
81
  </header>
82
- <main className="space-y-4">
83
  <div>
84
  <p className="text-sm text-neutral-700 mb-2">
85
  Enter your website URL to get started:
 
68
  </PopoverTrigger>
69
  <PopoverContent
70
  align="start"
71
+ className="!rounded-2xl !p-0 !bg-white !border-neutral-100 min-w-xs text-center overflow-hidden"
72
  >
73
+ <header className="bg-neutral-50 p-6 border-b border-neutral-200/60">
74
+ <div className="flex items-center justify-center -space-x-4 mb-3">
75
+ <div className="size-9 rounded-full bg-pink-200 shadow-2xs flex items-center justify-center text-xl opacity-50">
76
+ 🎨
77
+ </div>
78
+ <div className="size-11 rounded-full bg-amber-200 shadow-2xl flex items-center justify-center text-2xl z-2">
79
+ 🥳
80
+ </div>
81
+ <div className="size-9 rounded-full bg-sky-200 shadow-2xs flex items-center justify-center text-xl opacity-50">
82
+ 💎
83
+ </div>
84
+ </div>
85
  <p className="text-xl font-semibold text-neutral-950">
86
  Re-Design your Site!
87
  </p>
88
+ <p className="text-sm text-neutral-500 mt-1.5">
89
  Try our new Re-Design feature to give your site a fresh look.
90
  </p>
 
91
  </header>
92
+ <main className="space-y-4 p-6">
93
  <div>
94
  <p className="text-sm text-neutral-700 mb-2">
95
  Enter your website URL to get started: