-
+const Line = styled.div`
+ width: 100%;
+ height: 1px;
+ background: #ebebeb;
+ margin-top: 1rem;
+`;
+
+const { HomeBannerStyle } = VM.require("potlock.near/widget/Pots.HomeBannerBackground") || {
+ HomeBannerStyle: {},
+};
+const { DonationStats } = VM.require("potlock.near/widget/Project.DonationStats") || {
+ DonationStats: () => {},
+};
+
+const NewHero = ({ isRegisteredProject, accountId, donateRandomly }) => {
+ return (
+
+
+
+
Transforming Funding for Public Goods
+
+ Discover impact projects, donate directly, &
participate
+ in funding rounds.
+
+
+
+
+
+
+
+ );
+};
-
- {isRegisteredProject ? "View Your Project" : "Register Your Project"}
-
-