import React, { useState } from 'react' import Image from 'next/legacy/image' const Page = () => { const [toggled, setToggled] = useState(false) return (
Update Page
This is the index page