import Link from 'next/link' import { Button } from '@/components/ui/button' import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from '@/components/ui/card' export default function Home() { return (
{/* Hero section */}

Welcome to Your App

Built with Next.js 16, Tailwind CSS, and shadcn/ui. Beautiful, accessible, and fully customizable.

{/* Features grid */}

Features

Tailwind CSS Utility-first CSS framework with custom design tokens

Fully configured with CSS variables for easy theming and customization.

shadcn/ui Beautiful, accessible component library

Built on Radix UI primitives with full TypeScript support.

Dark Mode Automatic dark mode with system preference

Seamless theme switching with high contrast in both modes.

Accessibility WCAG 2.1 Level AA compliant

Built with semantic HTML, ARIA attributes, and keyboard navigation.

Type Safe Full TypeScript support

Catch errors at compile time with comprehensive type definitions.

Production Ready Optimized for performance

Fast builds, small bundles, and excellent Lighthouse scores.

{/* CTA section */}

Ready to build?

Explore the example pages to see components in action, or start building your own features.

) }