import type { Metadata } from "next" export const metadata: Metadata = { title: "Volunteer Registration | Serve the Community", description: "Volunteer with us and contribute your time to support the Tamil community in Waterloo.", }; import Layout from "@/components/layout/Layout" import Section1 from "@/components/online/volunteer/Section1" import Section2 from "@/components/online/volunteer/Section2" import Section3 from "@/components/online/volunteer/Section3" import Link from "next/link" export default function volunteer() { return ( <>

Event Volunteers

Home Online
) }