import React from 'react' import { FeatureCard } from '../../components/FeatureCard' import { Introduction } from '../../components/Introduction' import './index.css' export function Home() { return (
) }