MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / Home

Function Home

Video 123/website/app/page.js:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import Image from "next/image";
2
3export default function Home() {
4 return (
5 <div className="container my-5 size-80 bg-red-300 relative">
6 <Image className="mx-auto object-cover" fill={true} src="http://www.menucool.com/slider/prod/image-slider-3.jpg" alt="" />
7 </div>
8 );
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected