"use client"; import { Button } from "@nqlib/nqui"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, TableOfContents, Input, Label, Checkbox, Separator, } from "@nqlib/nqui"; export default function Home() { return (

Welcome to My App

Sample 3-column layout: sidebar, main content, and table of contents (showcase-style).

Getting Started

Quick start Edit this page to start building your app
Accept terms and conditions

Next steps

Edit app/page.tsx to get started.

); }