import Head from "next/head"; import Image from "next/image"; import MainLogo from "../components/MainLogo"; export default function Home() { return ( <>
{/* header */}
Home Features Pricing Log In
); }