From 06ab2e57d3d00d850006e3819e1c96ac6d2d9280 Mon Sep 17 00:00:00 2001 From: ariflogs Date: Sun, 30 Nov 2025 06:31:40 +0600 Subject: [PATCH 1/2] =?UTF-8?q?showcase=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(marketing)/showcase/page.tsx | 52 +++++++++++++++++++++++++++++++ components/TopNav.tsx | 2 +- config/navigation.ts | 1 + showcase.json | 26 ++++++++++++++++ 4 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 app/(marketing)/showcase/page.tsx create mode 100644 showcase.json diff --git a/app/(marketing)/showcase/page.tsx b/app/(marketing)/showcase/page.tsx new file mode 100644 index 0000000..daac2e7 --- /dev/null +++ b/app/(marketing)/showcase/page.tsx @@ -0,0 +1,52 @@ +import showcaseData from "@/showcase.json"; +import { Card, Text, Button } from "@/components/retroui"; +import Image from "next/image"; +import Link from "next/link"; +import { ArrowUpRight } from "lucide-react"; + +export default function ShowcasePage() { + return ( +
+
+ + Showcase + + + Build something cool using RetroUI? Share it with the community. + + +
+ + +
+ ); +} \ No newline at end of file diff --git a/components/TopNav.tsx b/components/TopNav.tsx index 58c63a6..958cf77 100644 --- a/components/TopNav.tsx +++ b/components/TopNav.tsx @@ -49,7 +49,7 @@ export default function TopNav() { {/* Navigation Links */} -
+
{navConfig.topNavItems.map((item) => ( Date: Sun, 30 Nov 2025 06:35:01 +0600 Subject: [PATCH 2/2] homepage update --- app/(marketing)/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index 3a2686e..68ed35c 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -57,9 +57,9 @@ export default async function Home() {
- + - Introducing RetroUI Themes! + New Calendar & Carousel components!