@@ -7,7 +7,6 @@ import React from "react";
7
7
import GridContainer from "../grid-container" ;
8
8
import { BentoItem } from "./bento" ;
9
9
import CategoryHeader from "./category-header" ;
10
- import LinkButton from "./link-button" ;
11
10
import templatesCol1 from "./templates-col-1.png" ;
12
11
import templatesCol2 from "./templates-col-2.png" ;
13
12
import templatesCol3 from "./templates-col-3.png" ;
@@ -36,7 +35,7 @@ export default function TailwindUiSection() {
36
35
37
36
< GridContainer >
38
37
< h2 className = "px-2 text-[2.5rem]/10 font-medium tracking-tighter max-sm:px-4 2xl:mt-0" >
39
- Move even faster with Tailwind UI .
38
+ Move even faster with Tailwind Plus .
40
39
</ h2 >
41
40
</ GridContainer >
42
41
@@ -50,15 +49,15 @@ export default function TailwindUiSection() {
50
49
51
50
< GridContainer >
52
51
< p className = "max-w-(--breakpoint-md) px-2 text-base/7 text-gray-600 max-sm:px-4 dark:text-gray-400" >
53
- Tailwind UI is a collection of beautiful, fully responsive UI components, designed and developed by us, the
52
+ Tailwind Plus is a collection of beautiful, fully responsive UI components, designed and developed by us, the
54
53
creators of Tailwind CSS. It's got hundreds of ready-to-use examples to choose from, and is guaranteed to help
55
54
you find the perfect starting point for what you want to build.
56
55
</ p >
57
56
</ GridContainer >
58
57
59
58
< GridContainer className = "mt-10" >
60
59
< div className = "px-2 max-sm:px-4" >
61
- < LinkButton href = "https://tailwindui .com/" > Explore Tailwind UI </ LinkButton >
60
+ < a href = "https://tailwindcss .com/plus?ref=home" className = "inline-block rounded-4xl bg-black px-4 py-2 text-sm/6 font-semibold text-white hover:bg-gray-800 dark:bg-gray-700 dark:hover:bg-gray-600" > Explore Tailwind Plus </ a >
62
61
</ div >
63
62
</ GridContainer >
64
63
< TabGroup >
0 commit comments