Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/Sigma-Web-Dev-Course
/ Home
Function
Home
Video 129/layouts/app/page.js:3–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
Image from
"next/image"
;
2
3
export
default
function
Home() {
4
return
(
5
<div className=
"hompage"
>
6
I am homepage
7
</div>
8
);
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected