-
Get started by editing
apps/web/app/page.tsx - Save and see your changes instantly.
import Image from "next/image";
import { Button } from "@repo/ui/button";
import styles from "./page.module.css";
const ThemeImage = (props) => {
const { srcLight, srcDark, ...rest } = props;
return (<>
apps/web/app/page.tsx