import { AppShell, Button, Card } from "@kodeme-io/next-core-ui"; import { Home, Settings, User } from "lucide-react"; export default function Page() { return ( }, { href: "/about", label: "About", icon: }, { href: "/settings", label: "Settings", icon: , }, ]} >

Welcome to {{projectName}}

Get started by editing{" "} src/app/page.tsx

Documentation

Find in-depth information about @next-core packages.

Components

Explore the @kodeme-io/next-core-ui component library.

Odoo Integration

Connect to Odoo with @kodeme-io/next-core-odoo-api.

); }