import Countdown from '@/components/elements/Countdown' import Layout from "@/components/layout/Layout" import Link from "next/link" import Section1 from "@/components/about/constitution/Section1" export default function Constitution() { return ( <>

Constitution

Home About
) }