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

Function About

Video 131/app/about/page.js:3–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import React from 'react';
2
3const About = () => {
4 return (
5 <div className="container mx-auto px-8 md:px-4 py-8">
6 <h1 className="text-3xl font-semibold mb-4">About Get Me a Chai</h1>
7 <p className="text-lg mb-6">
8 Get Me a Chai is a crowdfunding platform designed for creators to fund their projects with the support of their fans. It&apos;s a space where your fans can directly contribute to your creative endeavors by buying you a chai. Unlock the potential of your fanbase and bring your projects to life.
9 </p>
10
11 <h2 className="text-2xl font-semibold mb-4">How It Works</h2>
12 <div className="grid grid-cols-1 sm:grid-cols-2 gap-8">
13 <div className="flex items-center mb-6">
14 <img className="w-20 h-20 rounded-full mr-4" src="/group.gif" alt="Fans Want to Collaborate" />
15 <div>
16 <h3 className="text-xl font-semibold mb-2">Fans Want to Collaborate</h3>
17 <p>Your fans are enthusiastic about collaborating with you on your projects.</p>
18 </div>
19 </div>
20 <div className="flex items-center mb-6">
21 <img className="w-20 h-20 rounded-full mr-4" src="/coin.gif" alt="Support Through Chai" />
22 <div>
23 <h3 className="text-xl font-semibold mb-2">Support Through Chai</h3>
24 <p>Receive support from your fans in the form of chai purchases, directly contributing to your project funding.</p>
25 </div>
26 </div>
27 {/* Add more steps as needed */}
28 </div>
29
30 <h2 className="text-2xl font-semibold mb-4">Benefits for Creators</h2>
31 <ul className="list-disc pl-6 mb-6">
32 <li className="mb-2">Direct financial support from your fanbase</li>
33 <li className="mb-2">Engage with your fans on a more personal level</li>
34 <li className="mb-2">Access to a platform tailored for creative projects</li>
35 {/* Add more benefits */}
36 </ul>
37
38 <h2 className="text-2xl font-semibold mb-4">Benefits for Fans</h2>
39 <ul className="list-disc pl-6 mb-6">
40 <li className="mb-2">Directly contribute to the success of your favorite creators</li>
41 <li className="mb-2">Exclusive rewards and perks for supporting creators</li>
42 <li className="mb-2">Be part of the creative process and connect with creators</li>
43 {/* Add more benefits */}
44 </ul>
45
46 {/* Additional sections */}
47 <h2 className="text-2xl font-semibold mb-4">Benefits of Collaboration</h2>
48 <ul className="list-disc pl-6 mb-6">
49 <li className="mb-2">Unlock new opportunities through collaboration with fellow creators</li>
50 <li className="mb-2">Expand your network and reach a wider audience</li>
51 <li className="mb-2">Combine skills and resources to create innovative projects</li>
52 {/* Add more benefits */}
53 </ul>
54
55 <h2 className="text-2xl font-semibold mb-4">Community Engagement</h2>
56 <ul className="list-disc pl-6 mb-6">
57 <li className="mb-2">Interact with a supportive community of like-minded individuals</li>
58 <li className="mb-2">Receive valuable feedback and encouragement from peers</li>
59 <li className="mb-2">Participate in discussions and events centered around your interests</li>
60 {/* Add more benefits */}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected