import Image from "next/image"; import Layout from "@/app/component/Layout"; import PopupModal from "@/app/component/PopupModal"; export default function Home() { return (
Next.js logo
  1. Get started by editing{" "} app/page.tsx .
  2. Save and see your changes instantly.
Vercel logomark Deploy now Read our docs
); }