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

Function Home

Video 131/app/page.js:4–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import Link from "next/link";
3
4export default function Home() {
5 return (
6 <>
7 <div className="flex justify-center flex-col gap-4 items-center text-white h-[44vh] px-5 md:px-0 text-xs md:text-base ">
8 <div className="font-bold flex gap-6 md:gap-20 md:text-5xl justify-center items-center text-3xl">Get Me a Chai <span><img className="invertImg" src="/tea.gif" width={88} alt="" /></span></div>
9 <p className="text-center md:text-left">
10 A crowdfunding platform for creators to fund their projects.
11
12 </p>
13 <p className="text-center md:text-left">
14
15 A place where your fans can buy you a chai. Unleash the power of your fans and get your projects funded.
16 </p>
17 <div>
18 <Link href={"/login"}>
19
20 <button type="button" className="text-white bg-gradient-to-br from-purple-600 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2">Start Here</button>
21 </Link>
22
23 <Link href="/about">
24 <button type="button" className="text-white bg-gradient-to-br from-purple-600 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center me-2 mb-2">Read More</button>
25 </Link>
26
27 </div>
28 </div>
29 <div className="bg-white h-1 opacity-10">
30 </div>
31
32 <div className="text-white container mx-auto pb-32 pt-14 px-10">
33 <h2 className="text-3xl font-bold text-center mb-14">Your Fans can buy you a Chai</h2>
34 <div className="flex gap-5 justify-around">
35 <div className="item space-y-3 flex flex-col items-center justify-center">
36 <img className="bg-slate-400 rounded-full p-2 text-black" width={88} src="/man.gif" alt="" />
37 <p className="font-bold text-center">Fans want to help</p>
38 <p className="text-center">Your fans are available to support you</p>
39 </div>
40 <div className="item space-y-3 flex flex-col items-center justify-center">
41 <img className="bg-slate-400 rounded-full p-2 text-black" width={88} src="/coin.gif" alt="" />
42 <p className="font-bold text-center">Fans want to contribute</p>
43 <p className="text-center">Your fans are willing to contribute financially</p>
44 </div>
45 <div className="item space-y-3 flex flex-col items-center justify-center">
46 <img className="bg-slate-400 rounded-full p-2 text-black" width={88} src="/group.gif" alt="" />
47 <p className="font-bold text-center">Fans want to collaborate</p>
48 <p className="text-center">Your fans are ready to collaborate with you</p>
49 </div>
50 </div>
51</div>
52 <div className="bg-white h-1 opacity-10">
53 </div>
54
55 <div className="text-white container mx-auto pb-32 pt-14 flex flex-col items-center justify-center">
56 <h2 className="text-3xl font-bold text-center mb-14">Learn more about us</h2>
57 {/* Responsive youtube embed */}
58 <div className="w-[90%] h-[40vh] md:w-[50%] md:h-[40vh] lg:w-[50%] lg:h-[40vh] xl:w-[50%] xl:h-[40vh]">
59 <iframe className="w-full h-full" src="https://www.youtube.com/embed/ojuUnfqnUI0?si=wMUv4DG3ia6Wt4zn" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
60
61 </div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected