diff --git a/components/6529Gradient/6529Gradient.tsx b/components/6529Gradient/6529Gradient.tsx
index bfa69e19b5..936f9def76 100644
--- a/components/6529Gradient/6529Gradient.tsx
+++ b/components/6529Gradient/6529Gradient.tsx
@@ -12,15 +12,16 @@ import { useSetTitle } from "@/contexts/TitleContext";
import { NFT } from "@/entities/INFT";
import { SortDirection } from "@/entities/ISort";
import { areEqualAddresses, numberWithCommas } from "@/helpers/Helpers";
+import { fetchAllPages } from "@/services/6529api";
import {
faChevronCircleDown,
faChevronCircleUp,
} from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
+import Link from "next/link";
import { useRouter, useSearchParams } from "next/navigation";
import { useEffect, useState } from "react";
import { Col, Container, Row } from "react-bootstrap";
-import { fetchAllPages } from "@/services/6529api";
import YouOwnNftBadge from "../you-own-nft-badge/YouOwnNftBadge";
import styles from "./6529Gradient.module.scss";
@@ -104,7 +105,7 @@ export default function GradientsComponent() {
sm={{ span: 4 }}
md={{ span: 3 }}
lg={{ span: 3 }}>
-
There are two ways you can be eligible to submit:
@@ -61,8 +59,7 @@ export default function AboutApply() { style={{ color: "rgb(215, 215, 215)", borderBottom: "1px solid rgb(68, 68, 68)", - }} - > + }}> Seeking a Nomination (New Artists) @@ -71,16 +68,14 @@ export default function AboutApply() { style={{ backgroundColor: "rgb(26, 26, 26)", border: "1px solid rgb(44, 44, 44)", - }} - > + }}>Visit the{" "} + className="link-info"> The Memes - Seeking Nomination {" "} wave and share your existing work and story. Community members @@ -89,8 +84,7 @@ export default function AboutApply() {
Carefully read the{" "} + className="link-info"> Artist Brief {" "} before submitting. It outlines the collection's mission, vision, @@ -288,22 +270,19 @@ export default function AboutApply() {
+ style={{ color: "rgb(154, 154, 154)" }}> We receive many messages; thank you for your patience if responses are delayed.
diff --git a/components/about/AboutContactUs.tsx b/components/about/AboutContactUs.tsx index dc458c28fc..c8c725f6aa 100644 --- a/components/about/AboutContactUs.tsx +++ b/components/about/AboutContactUs.tsx @@ -1,3 +1,4 @@ +import Link from "next/link"; import { Col, Container, Row } from "react-bootstrap"; export default function AboutContactUs() { @@ -14,12 +15,12 @@ export default function AboutContactUs() {The best way to find us at:{" "} - https://x.com/6529collections - +
or email us at support@6529.io @@ -29,40 +30,58 @@ export default function AboutContactUs() {
6529.io, a platform of 6529 Collection LLC, respects the intellectual property rights of others and expects its users to do - the same. It is 6529.io's policy to respond to clear notices - of alleged copyright infringement that comply with the Digital + the same. It is 6529.io's policy to respond to clear notices of + alleged copyright infringement that comply with the Digital Millennium Copyright Act (DMCA).
@@ -158,8 +158,8 @@ export default function AboutCopyright() {6529 Collection LLC reserves the right to modify the terms of this DMCA Policy at any time and for any reason. By continuing to access - or use the 6529.io after those revisions become effective, you - agree to be bound by the revised policy. + or use the 6529.io after those revisions become effective, you agree + to be bound by the revised policy.
diff --git a/components/about/AboutDataDecentral.tsx b/components/about/AboutDataDecentral.tsx index 2161a6675b..295f1ecf34 100644 --- a/components/about/AboutDataDecentral.tsx +++ b/components/about/AboutDataDecentral.tsx @@ -18,11 +18,11 @@ export default function AboutDataDecentral() { a decentralized manner.- Effectively all information on 6529.io comes from on-chain or - public sources or is derived in transparent ways from on-chain or - public sources. This means anyone can replicate the data available - on this site for a website or application of their own, without - seeking permission from us and without any dependency on us. + Effectively all information on 6529.io comes from on-chain or public + sources or is derived in transparent ways from on-chain or public + sources. This means anyone can replicate the data available on this + site for a website or application of their own, without seeking + permission from us and without any dependency on us.
This page shares the source of all data displayed on 6529.io.
On-Chain (Ethereum)
@@ -51,12 +51,12 @@ export default function AboutDataDecentral() {It is the artist's (@ - + 6529er - + ) preferred interpretation of his work and his vision for it in its purest form. It reminds us of the Chromie Squiggles Perfect Spectrums - much less flashy than the HyperRainbows, but it is an diff --git a/components/about/AboutLicense.tsx b/components/about/AboutLicense.tsx index 9262eb8273..ae740efefd 100644 --- a/components/about/AboutLicense.tsx +++ b/components/about/AboutLicense.tsx @@ -1,5 +1,6 @@ -import styles from "./About.module.scss"; +import Link from "next/link"; import { Col, Container, Row } from "react-bootstrap"; +import styles from "./About.module.scss"; export default function AboutLicense() { return ( @@ -28,12 +29,12 @@ export default function AboutLicense() {
Link to the formal text of the CC0 license:{" "} - https://creativecommons.org/share-your-work/public-domain/cc0/ - +
This means that, whether or not you own a The Memes or Meme Lab NFT,
@@ -55,9 +56,12 @@ export default function AboutLicense() {
that are not in the public domain. For example, Meme Card #1 is a
derivative of Punk 6529, the copyright for which is owned by Yuga
Labs. @
-
+
6529er
- {" "}
+ {" "}
, the artist, is putting whatever rights he may have in Meme Card #1
in the public domain. That means if you use Meme Card #1, he will
not pursue any claims against you. But he does not have the right to
diff --git a/components/about/AboutMinting.tsx b/components/about/AboutMinting.tsx
index db33c59059..30ac67aa74 100644
--- a/components/about/AboutMinting.tsx
+++ b/components/about/AboutMinting.tsx
@@ -1,5 +1,5 @@
-import { Col, Container, Row } from "react-bootstrap";
import Link from "next/link";
+import { Col, Container, Row } from "react-bootstrap";
export default function AboutMinting() {
return (
@@ -538,7 +538,10 @@ export default function AboutMinting() {
Cookies. For information about cookies employed by the Service and how to control them, see our{" "} - + Cookie Policy - + .
@@ -387,12 +382,7 @@ export default function AboutPrivacyPolicy() {
age. If you are a parent or guardian of a child from whom you
believe we have collected personal information in a manner
prohibited by law, please{" "}
-
- contact us
-
+ contact us
. If we learn that we have collected personal information through
the Service from a child without the consent of the child's
parent or guardian as required by law, we will comply with
diff --git a/components/about/AboutTermsOfService.tsx b/components/about/AboutTermsOfService.tsx
index 3061f6b8fe..148f6c1cc9 100644
--- a/components/about/AboutTermsOfService.tsx
+++ b/components/about/AboutTermsOfService.tsx
@@ -1,7 +1,7 @@
+import { AboutSection } from "@/enums";
import Link from "next/link";
-import styles from "./About.module.scss";
import { Col, Container, Row } from "react-bootstrap";
-import { AboutSection } from "@/enums";
+import styles from "./About.module.scss";
export default function AboutTermsOfService() {
return (
@@ -48,13 +48,19 @@ export default function AboutTermsOfService() {
"Our Platform": the website located at{" "}
-
+
6529.io
- {" "}
+ {" "}
, any websites hosted at sub-domains of{" "}
-
+
6529.io
- {" "}
+ {" "}
, including hosted minting or primary sales pages, any primary
mints or sales directly from our smart contracts, any mobile or
metaverse applications we may make, and any content (data,
@@ -135,9 +141,12 @@ export default function AboutTermsOfService() {
@
-
+
punk6529
- {" "}
+ {" "}
tweets a lot and has a lot of ideas that may change from time to
time.
@@ -206,33 +215,33 @@ export default function AboutTermsOfService() {
Terms.
-
6529.io/about/{AboutSection.MEMES}
-
+
-
6529.io/about/{AboutSection.GRADIENTS}
-
+
-
6529.io/about/{AboutSection.MEME_LAB}
-
+
-
6529.io/about/{AboutSection.FAQ}
-
+
@@ -248,12 +257,12 @@ export default function AboutTermsOfService() {
incorporated by reference into these Terms.
-
6529.io/about/{AboutSection.LICENSE}
-
+
@@ -270,12 +279,12 @@ export default function AboutTermsOfService() {
incorporated by reference into these Terms.
-
6529.io/about/{AboutSection.MINTING}
-
+
@@ -287,12 +296,12 @@ export default function AboutTermsOfService() {
data in the United States or other countries.
-
6529.io/about/{AboutSection.PRIVACY_POLICY}
-
+
@@ -303,12 +312,12 @@ export default function AboutTermsOfService() {
Our Copyright policy can be found here
-
6529.io/about/{AboutSection.COPYRIGHT}
-
+
@@ -621,8 +630,7 @@ export default function AboutTermsOfService() {
+ rel="noopener noreferrer">
6529.io/dispute-resolution
{" "}
diff --git a/components/address/Address.tsx b/components/address/Address.tsx
index eb6dc21f52..80b55e1966 100644
--- a/components/address/Address.tsx
+++ b/components/address/Address.tsx
@@ -1,14 +1,15 @@
"use client";
-import styles from "./Address.module.scss";
+import { IProfileConsolidation } from "@/entities/IProfile";
import { numberWithCommas, parseEmojis } from "@/helpers/Helpers";
+import { faArrowsTurnRight } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
+import Image from "next/image";
+import Link from "next/link";
import { useState } from "react";
import { Dropdown } from "react-bootstrap";
-import Image from "next/image";
-import { IProfileConsolidation } from "@/entities/IProfile";
+import styles from "./Address.module.scss";
import { WalletAddress } from "./WalletAddress";
-import { faArrowsTurnRight } from "@fortawesome/free-solid-svg-icons";
interface Props {
wallets: `0x${string}`[];
@@ -108,12 +109,10 @@ export default function Address(props: Readonly
Once you are eligible, you can submit up to 3 cards at a time. If
you remove a submission or one of your submissions is selected to be
@@ -393,7 +394,7 @@ const MyStreamWaveFAQ: React.FC
diff --git a/components/delegation/DelegationCenterMenu.tsx b/components/delegation/DelegationCenterMenu.tsx
index 4af3f41eb3..43b00ca2a1 100644
--- a/components/delegation/DelegationCenterMenu.tsx
+++ b/components/delegation/DelegationCenterMenu.tsx
@@ -4,6 +4,7 @@ import { useSeizeConnectContext } from "@/components/auth/SeizeConnectContext";
import { DELEGATION_CONTRACT } from "@/constants";
import { DelegationCenterSection } from "@/enums";
import Image from "next/image";
+import Link from "next/link";
import { usePathname } from "next/navigation";
import { useEffect, useRef, useState } from "react";
import { Col, Container, Row, Toast, ToastContainer } from "react-bootstrap";
@@ -215,8 +216,7 @@ export default function DelegationCenterMenu(props: Readonly