diff --git a/app/(docs)/docs/[[...slug]]/page.tsx b/app/(docs)/docs/[[...slug]]/page.tsx index f297380..0fd1f35 100644 --- a/app/(docs)/docs/[[...slug]]/page.tsx +++ b/app/(docs)/docs/[[...slug]]/page.tsx @@ -48,7 +48,7 @@ export default function page({ params }: IProps) {
{doc.title} -

{doc.description}

+

{doc.description}

{doc.links && (
{doc.links?.api_reference && ( diff --git a/app/(marketing)/blogs/[slug]/page.tsx b/app/(marketing)/blogs/[slug]/page.tsx index 1c8e5e2..204a7e7 100644 --- a/app/(marketing)/blogs/[slug]/page.tsx +++ b/app/(marketing)/blogs/[slug]/page.tsx @@ -57,13 +57,15 @@ export default function page({ params }: IProps) { return (
- + {format(new Date(blog.publishedAt), "dd, MMMM yyyy")} {blog.title} -

{blog.description}

+

+ {blog.description} +

{blog.title} @{blog.author.x} diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index 7daf833..1485dc2 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -60,15 +60,9 @@ export default async function Home() {
- + - Checkout Retro UI Figma Kit{" "} + We upgraded to TailwindCSS v4{" "} @@ -80,7 +74,7 @@ export default async function Home() { stand out! -

+

Retro styled component library based on React and TailwindCSS. Comes with 40+ free UI components that you can just copy paste into your projects. @@ -187,14 +181,14 @@ export default async function Home() { Easily Customize to Your Own Needs! 🛠️ -

- +
+ Copy-Paste Ready: Components that you can just copy paste. - + Tailwind Based: Customizable with Tailwind CSS. - + Type Safe: Typescript support for all components.
@@ -292,20 +286,20 @@ export default async function Home() {
-
+
The Figma UI Kit You Were Looking For! -
- +
+ - Based on the design foundation of RetroUI. - + - Comes with 60+ UI elements like cards, modals, stats, etc . - + - Get Lifetime update of new versions.
@@ -329,11 +323,11 @@ export default async function Home() {
-
+
Community Contributors - + RetroUI core is free and open-source, and it is made possible by our awesome contributors. @@ -378,23 +372,23 @@ export default async function Home() {