Skip to content

Commit

Permalink
Merge pull request #16 from shan57blocks/feature/change-text
Browse files Browse the repository at this point in the history
Feature/change text
  • Loading branch information
shan57blocks authored Mar 6, 2024
2 parents 1cef8fa + 84b83f9 commit 3921eb5
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 1,416 deletions.
48 changes: 24 additions & 24 deletions src/app/(index)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Link from "next/link";
import Image from "next/image";
import arrowRightBlackIcon from "@/assets/common/arrow_right_black.svg";
import { Button } from "@/components/ui/button";
Expand All @@ -12,29 +11,30 @@ export default function Page() {
"flex w-full max-w-screen-sm flex-1 flex-col justify-center p-4"
}
>
<div>
<h1 className="text-5xl font-medium">Onchain Chronicles</h1>
<div className={"mt-4 text-xl"}>
A collective storytelling journey.
<br />
<br />
With Onchain Chronicles, you continue the story and shape how the
story is told paragraph by paragraph.
<br />
<br />
Once you tell your story, you can mint a commemorative Story Protocol
NFT.
</div>

<div className="mt-4 flex gap-4 py-4">
<ViewIPGraph />
<Button className={"w-1/2 shadow-2xl"} asChild>
<Link href="/chapters">
<span>Continue</span>
<Image src={arrowRightBlackIcon} alt={"back"} className="ml-2" />
</Link>
</Button>
</div>
<h1 className="mb-4 text-5xl font-medium">Onchain Chronicles</h1>
<p className="mb-4 text-xl">A collective storytelling journey.</p>
<p className="mb-4 text-xl">
Thank you for everyone who participated and contributed to Onchain
Chronicles during ETH Denver 2024. We would be airdropping a
commemorative NFT to all participants. Stay tuned to our socials for
more information.
</p>
<p className="mb-4 text-xl">
With Onchain Chronicles, you continue the story and shape how the story
is told paragraph by paragraph.
</p>
<p className="text-xl">
Once you tell your story, you can mint a commemorative Story Protocol
NFT.
</p>
<div className="mt-4 flex gap-4 py-4">
<ViewIPGraph />
<Button className={"w-1/2 shadow-2xl"} asChild>
<a href="https://twitter.com/StoryProtocol" target="blank">
<span>Continue</span>
<Image src={arrowRightBlackIcon} alt={"back"} className="ml-2" />
</a>
</Button>
</div>
<ClearGraphPage />
</main>
Expand Down
118 changes: 0 additions & 118 deletions src/app/api/chapters/[chapter_id]/up/route.ts

This file was deleted.

94 changes: 0 additions & 94 deletions src/app/api/chapters/random/route.ts

This file was deleted.

69 changes: 0 additions & 69 deletions src/app/api/upload/chapter/route.ts

This file was deleted.

Loading

0 comments on commit 3921eb5

Please sign in to comment.