import { Button } from '@fluid-design/fluid-ui'; import { HeartIcon, ShareIcon } from '@heroicons/react/24/outline'; import { motion } from 'framer-motion'; import Image from 'next/image'; import bg from '~/assets/index-card-bg.jpg'; function IndexCard() { return (
landscape of a mountain at the background with clear sky

Subtitle

Card Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

); } export default IndexCard;