import { Config } from "@/data/config"; export const BottomCard = () => { return (
{Config.AuthorName}

{Config.Sentence}

); };