Implement sidebar component with context management for state handling; add new UI elements including tooltip, skeleton, and sheet components; update package dependencies and enhance global styles for improved responsiveness.
This commit is contained in:
parent
c755dcc5ae
commit
c36902dec7
13 changed files with 1074 additions and 16 deletions
|
@ -12,10 +12,10 @@ export function SubscribeSection() {
|
|||
<Headphones className="h-6 w-6 text-primary" />
|
||||
</div>
|
||||
</div>
|
||||
<h2 className="mt-4 text-3xl font-bold tracking-tight">
|
||||
<h2 className="mt-4 md:text-3xl text-xl font-bold tracking-tight">
|
||||
هرگز یک قسمت را از دست ندهید
|
||||
</h2>
|
||||
<p className="mt-2 text-muted-foreground">
|
||||
<p className="mt-2 md:text-base text-sm text-muted-foreground">
|
||||
در خبرنامه ما مشترک شوید و از انتشار قسمت های جدید مطلع شوید منتشر
|
||||
شد.
|
||||
</p>
|
||||
|
@ -25,9 +25,9 @@ export function SubscribeSection() {
|
|||
type="email"
|
||||
className="sm:min-w-[300px] bg-background border-2 h-10 py-4"
|
||||
/>
|
||||
<Button className="bg-parch border" size={"lg"}>
|
||||
<Button className="bg-parch text-white border" size={"lg"}>
|
||||
مشترک شوید
|
||||
<Mail className="md:mr-2 h-4 w-4" />
|
||||
<Mail className="h-4 w-4" />
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue