import { Hero } from "@/components/hero" import { Navigation } from "@/components/navigation" import { TimeSystemsSection } from "@/components/time-systems-section" import { KairosChronosSection } from "@/components/kairos-chronos-section" import { IndigenousWisdomSection } from "@/components/indigenous-wisdom-section" import { CalendarTranslator } from "@/components/calendar-translator" import { AlternativeTimekeeping } from "@/components/alternative-timekeeping" import { Footer } from "@/components/footer" import { SpaceTimeBackground } from "@/components/space-time-background" import { CursorWarp } from "@/components/cursor-warp" export default function Page() { return (
) }