"use client"; import dynamic from "next/dynamic"; import { useMemo } from "react"; import { Button } from "@/components/ui/button"; import { RiCloseFill } from "react-icons/ri"; import { Avatar, AvatarImage, AvatarFallback } from "@radix-ui/react-avatar"; import { useRouter } from "next/navigation"; import { formatDate } from "@/lib/utils/dates"; import Actions from "./Actions"; import Logo from "@/assets/Logo"; export default function ArticlePage() { const Viewer = useMemo( () => dynamic(() => import("@/components/LongForm"), { ssr: false }), [], ); const router = useRouter(); const markdown = `Do you have any thoughts of YakiHonne? Share it and earn SATs! Comment2Earn | Earn SATs by sharing your comments on YakiHonne Earn SATs by sharing your comments on YakiHonne. ⏰2nd - 15th Oct ### Follow Us - Nostr: npub1yzvxlwp7wawed5vgefwfmugvumtp8c8t0etk3g8sky4n0ndvyxesnxrf8q - Twitter: https://twitter.com/YakiHonne - Facebook Profile: https://www.facebook.com/profi…1715056704 - Facebook Page: https://www.facebook.com/profi…2076811240 - Facebook Group: https://www.facebook.com/group…4539860115 - Youtube: https://www.youtube.com/channe…f4EyFJ7BlA ### How to Get SATs: 1. Post your thoughts about YakiHonne on at least one of the above social media, and be sure to @ YakiHonne. 2. Follow YakiHonne on at least one of the social media above. 3. Back to this article, leave your social account which followed YakiHonne in the Comments. 4. Be zapped with SATs. ### What You Will Get: 1. 500 SATs, if you finished all steps. 2. 1000 SATs, if you finished all steps and`; return (
SC Derek Seivers
{formatDate(new Date("10-2-22"), "MMMM Do, YYYY")}

This is the large title for the article. It's time to take over.

Here is a short summary for the article that you are about to start reading. Get ready to really enojy your self.

); }