Skip to content

Commit 5dae9e7

Browse files
petersuhmreinink
authored andcommitted
change Tailwind UI to Tailwind Plus on the homepage
1 parent 717521f commit 5dae9e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/home/tailwind-ui-section.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import React from "react";
77
import GridContainer from "../grid-container";
88
import { BentoItem } from "./bento";
99
import CategoryHeader from "./category-header";
10-
import LinkButton from "./link-button";
1110
import templatesCol1 from "./templates-col-1.png";
1211
import templatesCol2 from "./templates-col-2.png";
1312
import templatesCol3 from "./templates-col-3.png";
@@ -36,7 +35,7 @@ export default function TailwindUiSection() {
3635

3736
<GridContainer>
3837
<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.
4039
</h2>
4140
</GridContainer>
4241

@@ -50,15 +49,15 @@ export default function TailwindUiSection() {
5049

5150
<GridContainer>
5251
<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
5453
creators of Tailwind CSS. It's got hundreds of ready-to-use examples to choose from, and is guaranteed to help
5554
you find the perfect starting point for what you want to build.
5655
</p>
5756
</GridContainer>
5857

5958
<GridContainer className="mt-10">
6059
<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>
6261
</div>
6362
</GridContainer>
6463
<TabGroup>

0 commit comments

Comments
 (0)