Glassmorphism CTA
tripled/glassmorphism-cta-block-shadcnuiFreeBlock
Call-to-action section with glassy card, gradient background, and animated buttons
Install it
npx shadcn@latest add https://ui.tripled.work/r/glassmorphism-cta-block-shadcnui.jsonSource
1"use client";23import { Button } from "@/components/ui/button";4import { Card } from "@/components/ui/card";56export function GlassmorphismCTABlock() {7 return (8 <section className="px-6 py-32">9 <div className="mx-auto max-w-5xl">10 <Card className="relative overflow-hidden border border-border/50 bg-background/50 p-16 text-center backdrop-blur-xl md:p-24">11 {/* Background decoration */}12 <div className="absolute inset-0 bg-gradient-to-br from-foreground/[0.02] to-transparent" />13 <div className="absolute left-1/4 top-0 h-96 w-96 rounded-full bg-foreground/[0.03] blur-3xl" />1415 <div className="relative z-10 space-y-8">16 <h2 className="text-5xl font-bold leading-tight tracking-tight md:text-6xl lg:text-7xl">17 Ready to get started?18 </h2>19 <p className="mx-auto max-w-2xl text-lg leading-relaxed text-muted-foreground md:text-xl">20 Join thousands of teams building better products with our platform21 </p>22 <div className="flex flex-col justify-center gap-4 pt-6 sm:flex-row">23 <Button size="lg" className="h-12 rounded-full px-8 text-base">24 Start Free Trial25 </Button>26 <Button27 size="lg"28 variant="outline"29 className="h-12 rounded-full px-8 text-base hover:bg-foreground/5"30 >31 Contact Sales32 </Button>33 </div>34 </div>35 </Card>36 </div>37 </section>38 );39}
What it pulls in
npm packages
Other registry items
Files it writes
More from tripled
All 282 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| About Us Pageabout-us-page-shadcnui | tripled | Blocks | Free | 2 deps | |
| About Usabout-us-section-baseui | tripled | Blocks | Free | 2 deps | |
| About Usabout-us-section-shadcnui | tripled | Blocks | Free | 2 deps | |
| Auto-Revealing Headingauto-revealing-heading-shadcnui | tripled | Blocks | Free | 2 deps | |
| Bento Grid Blockbento-grid-block-baseui | tripled | Blocks | Free | 2 deps | |
| Bento Grid Blockbento-grid-block-shadcnui | tripled | Blocks | Free | 2 deps | |
| Blog Blockblog-block-baseui | tripled | Blocks | Free | 2 deps | |
| Blog Blockblog-block-shadcnui | tripled | Blocks | Free | 2 deps |
