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

Function Home

Video 123/comps/app/page.js:4–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4export default function Home() {
5
6
7 return (
8 <>
9 <div className="hidden translate-x-[0%] translate-x-[100%] translate-x-[200%]"></div>
10
11 <div className="slider bg-red-500 overflow-hidden flex ">
12 <img className="" src="http://www.menucool.com/slider/prod/image-slider-1.jpg" alt="" />
13 <img className="" src="http://www.menucool.com/slider/prod/image-slider-2.jpg" alt="" />
14 <img className="" src="http://www.menucool.com/slider/prod/image-slider-3.jpg" alt="" />
15
16 </div>
17 </>
18 );
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected