import Image from "next/image"; import Link from "next/link"; export type FeaturedEvent = { title: string; date: string; step: string; where: string; desc: string; image: string; thumb: string; schedule: { label: string; time: string }[]; }; export function FeaturedEventCard({ e }: { e: FeaturedEvent }) { return (
{e.date}
Step
{e.step}
{e.where}
{e.desc}
Register Interest{e.desc}
Register Interest