import { Button } from '@fluid-design/fluid-ui'; import { HeartIcon, ShareIcon } from '@heroicons/react/24/outline'; import clsx, { ClassValue } from 'clsx'; import Image from 'next/image'; import { twMerge } from 'tailwind-merge'; /** Merge classes with tailwind-merge with clsx full feature */ function clsxm(...classes: ClassValue[]) { return twMerge(clsx(...classes)); } export const CardStandardComponent = ({ src = undefined, ...props }) => { const contrastRing = `contrast-more:border contrast-more:border-gray-800 dark:contrast-more:border-gray-200`; return (
A photo shot by Guillaume Marques on Unsplash.