"use client"; import { Snippet } from "@nextui-org/snippet"; import { Code } from "@nextui-org/code"; import { Icon } from "@iconify/react"; import { Button, Card, CardBody, CardHeader, Chip, Divider, ScrollShadow, Select, SelectItem, } from "@nextui-org/react"; import { cn } from "@nextui-org/theme"; import React from "react"; import { title } from "@/components/primitives"; export default function Home() { return (
Place your changes here
Get started by editing app/page.tsx Please feel free to use the example components below.

Chapter 1 - Chapter 1 title

{/* Adjusted to use flex display for layout */}