1 2 3 4 5 6
import { Geshem } from "@/app/components/Geshem"; export default function Home() { return ( <Geshem /> ); }