'use client'; import { Link } from "@nextui-org/link"; import { button as buttonStyles } from "@nextui-org/theme"; import { useTheme } from "next-themes"; import { title, subtitle } from "@/components/primitives"; import FeatureBox from "@/app/featureBox"; export default function Home() { const { theme } = useTheme(); return (