"use server" import Head from "next/head" import Main from "./main" export default async function IndexPage({ params: { ownerId } }: { params: { ownerId: string }}) { return (