content-three
sv-blocks/content-threeFreeBlock
Veil Content component, variant Three.
Install it
npx shadcn@latest add https://sv-blocks.vercel.app/r/content-three.jsonSource
1<script>2 import Button from "$COMPONENTS$/ui/button/button.svelte";3 import ChevronRight from "@lucide/svelte/icons/chevron-right";4</script>56<section class="py-16 md:py-32">7 <div class="mx-auto max-w-5xl space-y-8 px-6 md:space-y-12">8 <img9 class="rounded-(--radius) grayscale"10 src="https://images.unsplash.com/photo-1530099486328-e021101a494a?q=80&w=2747&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"11 alt="team_image"12 loading="lazy"13 />1415 <div class="grid gap-6 md:grid-cols-2 md:gap-12">16 <h2 class="text-4xl font-medium">17 The Lyra ecosystem brings together our models, products and platforms.18 </h2>19 <div class="space-y-6">20 <p>21 Lyra is evolving to be more than just the models. It supports an entire22 ecosystem — from products to the APIs and platforms helping developers and23 businesses innovate.24 </p>2526 <Button href="/" variant="secondary" size="sm" class="gap-1 pr-1.5">27 Learn More28 <ChevronRight class="size-2" />29 </Button>30 </div>31 </div>32 </div>33</section>
Files it writes
More from sv-blocks
All 64 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| call-to-action-fourcall-to-action-four | sv-blocks | Blocks | Free | no deps | |
| call-to-action-onecall-to-action-one | sv-blocks | Blocks | Free | no deps | |
| call-to-action-threecall-to-action-three | sv-blocks | Blocks | Free | no deps | |
| call-to-action-twocall-to-action-two | sv-blocks | Blocks | Free | no deps | |
| comparator-onecomparator-one | sv-blocks | Blocks | Free | no deps | |
| comparator-threecomparator-three | sv-blocks | Blocks | Free | no deps | |
| comparator-twocomparator-two | sv-blocks | Blocks | Free | no deps | |
| contact-onecontact-one | sv-blocks | Blocks | Free | no deps |
